|
how do you encrypt an entire SQL 2005 database? Using cell-level encryption will not work for my situation, so I was wondering if a Windows File encryption would work? (AKA EFS) The database is about 30GB, and only 200K records total. Does anyone have experince in this? Thanks Ron
(comments are locked)
|
|
This is a great article from Brian Kelley - I strongly recommend you have a read through it.
(comments are locked)
|
|
Bear in mind that cell level encryption prevents prying eyes within the dB and if the physical files are moved, whereas file level encryption is more to prevent a dB being copied off the system and attached elsewhere, or using other tools to read the data. Cell level encryption ensures that only appropraite users will be able to see what's in the dB, and only through the proper interface. Not even a curious SA could get a peek. Make sure you understand the difference between the two and that it fits with your requirements. And above all else when you use any kind of encryption - BACK UP ALL THE KEYS!
(comments are locked)
|
|
Upgrade to 2008 and use Transparent Data Encryption I know I am adding to this almost a year later, but I thought I should point out that TDE for SQL Server 2008 is only available in Enterprise Edition. http://technet.microsoft.com/en-us/library/cc278098(SQL.100).aspx
Nov 01 '10 at 12:50 PM
TimothyAWiseman
(comments are locked)
|

