March 1, 2011 at 1:53 am
hi all.
I want encrypt on sql server data base that nobody can restor this database and nobody can see data of data base and nobody can modify data of data base.what do I do?please guide me step by step.
March 1, 2011 at 2:02 am
Just search for contents related to 'Transparent Data Encryption - TDE'
M&M
March 1, 2011 at 5:52 am
Keep in mind that TDE encrypts data "at rest". Meaning you can't open the .mdf file in notepad and gather plain text data. Also, TDE doesn't stop someone from logging into the instance and seeing your data. So also make sure your security settings are well thought out and implemented.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply