Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
 Encryption at Rest

Author  Topic 

gregoryagu
Yak Posting Veteran

80 Posts

Posted - 2011-04-14 : 21:50:46
What would be recommended for encyption at rest for a database. I have read a few of the topics and it seems there are a number of options.

I am looking for the simplest style which will satisfy the "encryption at rest" requirement.

So, if, for example, the data server physically stolen, the data will be unrecoverable by the thief.

Greg

robvolk
Most Valuable Yak

15732 Posts

Posted - 2011-04-14 : 22:48:49
Transparent Data Encryption: http://msdn.microsoft.com/en-us/library/bb934049.aspx
Go to Top of Page

gregoryagu
Yak Posting Veteran

80 Posts

Posted - 2011-04-17 : 08:12:04
Thanks very much.
Go to Top of Page
   

- Advertisement -