I Upgrade a small Ms Acces Desktop application to VB.net SqlServer Express 2008 R2, this application run on different clients LAN Networks ( about 50 ) with one dedicated Windows Server 2008 R2 and two or trhee PC-Clients.
All installations have SqlServer sa password and nobody knows the password, this sa login is only for administratives tasks.
Each user have your own uid and password, these SqlServer logins are VB.NET code embebed and Crypted.
I need to protect the data, schemas, stored procedures, etc. from being copied mdf file and installed in another SqlServer instance to hack the mdf file.
How I can proctect the .mdf to avoid this hack?.
Thx.