Click here to Skip to main content
15,884,870 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to deploy a .NET application on client machine. I don't know how to protect my database .mdf and .ldf files from Coping. Is there any way to prevent them also from copying these files? I'm using SQL Server 2008 R2.
Posted

1 solution

You cannot prevent the copy of the database files, other than securing the server and not giving access to the server either by file share or remote desktop.
 
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