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)
 Moving WinNT group

Author  Topic 

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2007-11-01 : 12:19:34
Hi all


I have DBA group who are support to SQL Server with Specific Tool,
all group numbers are in Windows 2000 group and that group having all the Databases of SQL Server.

Here my Question is If I am moving Database only from One server to Other server. How to move those users.

and what is use of Sp_change_user_logins procedure.


Please some body help regarding this Issue.


SreenivasaRao
Pune,INDIA

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-11-01 : 12:56:18
Groups should be stored in Active Directory. So if you move a database from one server to the next, all you have to do is add the group to the new server.

sp_change_users_login does not apply to Windows authentication.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -