Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to give Security in the sql server .mdf,.ldf file...
if that both file copy to another system then it shows the database record.., how can i prevent to copy that file...
Posted

1 solution

That would be a folder security issue.

With SQL Server you could encrypt the database, if you are running the Enterprise version, but they could still copy the files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900