security - SQL Server 2008 Database (How to lock it from copying and attach it in another machine) -
I have data with databases that I do not want to copy.
Now, how can I get access to other users in the local machine, but whenever I want to work with, I have permission.
And another issue I'm wondering, how can I lock the DB so that someone can copy the .mdb file and then try to attach it to another machine He can not see anything?
Many different types of encryption options are available in SQL Server. If you do not want to rewrite your application, the new feature in SQL Server 2008 has been named Transparent Data Encryption (TDE) . This means that you can encrypt the data files so that unauthorized users can obtain data from a backup or copy data files.
This should be enough to get you started.
Comments
Post a Comment