visual studio 2008 - Setting a password for a DB in SQL 2005 -


I am writing a program in VS 2005 and I want to control access to one of DBS in SQL Server 2005 (Express).

I mean, I do not like other applications to connect to this server, use of data in this DB Please. What can i do

View in App Roles After playing a role, passwords for the application to set that role Have to use. After that you have to restrict everything to your database in that role. Users will still be able to connect themselves, but they will also log in with the application role.

with password password = 'password'

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -