Is there a way to encrypt or password protect MSSQL Server database files so that they can not be used in case they were detached and attached to other DB servers?
|
feedback
|
|
Which version of SQL Server? From 2008 onward, this could be of interest to you: http://msdn.microsoft.com/en-us/library/cc278098(SQL.100).aspx. That said, you can of course use standard Windows NTFS features: ACLs and file-level encryption. | |||||||
feedback
|