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)
 NT Login Id changes Sync to SQL Server Security

Author  Topic 

vpathisseril
Starting Member

6 Posts

Posted - 2005-06-07 : 14:36:15
My SQL Server is using Windows Authntication and have around 30 Db's on this server. Recently the network team decide to change few NT Ids, is there any way to sync to my new Id rather than me changing manually.
If drop the old one and add new one I will lose the the prior security set on database. Any suggestions wouuld be great.

Example.
Domain/JDoe ==>Domain/JDoe02

TG
Master Smack Fu Yak Hacker

6065 Posts

Posted - 2005-06-07 : 15:35:49
Have a look at this in BOL:
sp_change_users_login

That could get confusing if the login names don't match the db usernames. You may want to consider creating security groups (roles) for permissions and then maintain the role members.

Be One with the Optimizer
TG
Go to Top of Page
   

- Advertisement -