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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -