Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 user in SQL Server 2005

Author  Topic 

mahajanakhil1985
Yak Posting Veteran

71 Posts

Posted - 2010-02-18 : 07:01:12
I have a question about what 'user' in SQL Server is meant for?

I understand 'Logins' and 'Schemas' but haven't understood the 'users'.

And what will this statement do?

alter user qss with login=qss

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2010-02-18 : 07:10:08
it maps user qss to login qss (i.e make their SID's match)

also see
http://msdn.microsoft.com/en-us/library/ms181127.aspx

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -