|
Posted by Jens on 03/30/06 09:32
Hi,
SQL Server login controls the login to the server and does the
authentication of the users and the autorization on server level (e.g.
for server roles). The database logins and mapped users are for
authorization within the database. YOu need to first have a user
created on server level and grant him permissions to connect to the
server to authorize him in the database.
HTH, Jens Suessmeyer.
---
http://www.sqlserver2005.de
---
[Back to original message]
|