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.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2006-03-17 : 08:27:03
|
Paul writes "I need to know how can I secure SQL Server mdf file, so it cannot be re-attached to any other server without my permission.Thanks." |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2006-03-17 : 08:28:03
|
Restrict access to the server and drives the MDF file is located on. If they cannot access that box, and/or cannot access the drive, the file is secure. |
 |
|
|
|
|