SQL Server database not in SQL Server instance

pachjo

Well-known member
Joined
Dec 12, 2006
Messages
370
Programming Experience
10+
Hi,

I am writing an application that uses an SQL Server .mdf database file and I am trying to figure out how do I secure it?

I want to set a password on the database and I guess include this in the connection string so that if someone wnated to open the database outside my application they cannot.

Is this possible?

Thanks
 
Back
Top