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
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 "sp_change_users_login" what is Proc will do

Author  Topic 

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2007-11-01 : 10:22:10
Hi

after moving Database one server other server,there will be problems with Orphan user,so that we are using "sp_change_users_login" Proc to fix users.

what that mean "sp_change_users_login" is going to change the user or going to remove the users.


SreenivasaRao
Pune,INDIA

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2007-11-01 : 10:38:31
Hi Kristen

Please help regs

SreenivasaRao
Pune,INDIA
Go to Top of Page

Westley
Posting Yak Master

229 Posts

Posted - 2007-11-01 : 22:49:44
Hi SreenivasaRao,
What that sp do is to map the user existing in the current database to the login on the server, it simple creates the link for the sid, so it does not remove or create any new users. Hope this help.
Go to Top of Page
   

- Advertisement -