Set a login with username/password for SQL Server 2008 Express
Posted
by
Ewald Stieger
on Server Fault
See other posts from Server Fault
or by Ewald Stieger
Published on 2011-03-13T21:42:53Z
Indexed on
2011/03/14
0:11 UTC
Read the original article
Hit count: 622
I would like to set a password and username for connecting to a server with SQL Management Studio 2008.
I set up SQL Server 2008 Express on a customer's computer to host a DB used by an Access 2007 app. The customer should not be able to access the DB or connect with SQL Management Studio.
How do I set up a login and remove any logins that allow a user to connect via Windows Authentication and without entering a username and password? I have not much experience with logins and controlling access.
© Server Fault or respective owner