Is there any way to password protect an SQL server database without using commercial third party tools? What can help me achieve this?
Is there any way to password protect an SQL server database without using commercial
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In SQL Server 2008, you have transparent data encryption which allows you to set a password and certificate so that MDFs and Backups can not be restored or attached without the correct password/certificates.
Here’s more information: SQL 2008 Encryption