There is an encryption option in WinZip which you can use to encrypt your database. But somehow, I don't think that's what you meant :-k
Thanks but what i meant was that the database contains some confidential data. As per requirements, those data has to be encrypted.
Is there any possibilities to encrypt the database in navision itself? The database is on sql server 2008.
The only way I know is to use an automation. There are a few out there.
ChilKat Crypt is one I have used before. You have to use the automation to encrypt the data before you write it to the database, and then unencrypt it before you use it. I'm not sure how well this would work with a whole database though! We only used it with specific bits of data.
But REALLY handle that with care - if you are doing anything wrong or if you are loosing your certificates etc. then your database IS LOST!
Read the Documentation, understand the Concept, don't do anything Wrong - mistakes are not forgiven.
Comments
Thanks but what i meant was that the database contains some confidential data. As per requirements, those data has to be encrypted.
Is there any possibilities to encrypt the database in navision itself? The database is on sql server 2008.
Bhavna
ChilKat Crypt is one I have used before. You have to use the automation to encrypt the data before you write it to the database, and then unencrypt it before you use it. I'm not sure how well this would work with a whole database though! We only used it with specific bits of data.
|To-Increase|
http://msdn.microsoft.com/en-us/library/cc278098%28v=sql.100%29.aspx
But REALLY handle that with care - if you are doing anything wrong or if you are loosing your certificates etc. then your database IS LOST!
Read the Documentation, understand the Concept, don't do anything Wrong - mistakes are not forgiven.
NAV/SQL Performance Optimization & Troubleshooting
STRYK System Improvement
The Blog - The Book - The Tool
Check Codeunit 824 Encryption Mgt.
This might help you.