This is a discussion on Securing mdf file within the SQL Server forums, part of the Microsoft SQL Server category; --> can we secure mdf file, if it's copied from one location to another could not be used ??? *** ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| can we secure mdf file, if it's copied from one location to another could not be used ??? *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
| ||||
| Joe Saliba (josephs73@hotmail.com) writes: > can we secure mdf file, if it's copied from one location to another > could not be used ??? If you detach it, you could use some 3rd party software to encrypt it. But if you need to have the database attached, and I suppose you do, the answer is no. -- Erland Sommarskog, SQL Server MVP, sommar@algonet.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinf...2000/books.asp |