Re: NT > 2003 domain name changes
From: Kevin (ReplyTo_at_Newsgroups.only)
Date: 10/20/03
- Next message: Tom O: "Re: Encrypting the database field...."
- Previous message: Kevin: "Re: NT > 2003 domain name changes"
- In reply to: Kevin: "Re: NT > 2003 domain name changes"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: NT > 2003 domain name changes"
- Reply: anonymous_at_discussions.microsoft.com: "Re: NT > 2003 domain name changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 20 Oct 2003 13:17:15 -0700
Ooops, I read a bit further - if the sids are staying the same on the DC,
then no action is required on your part.
-- Kevin Connell, MCDBA -------------------------------------------------- The views expressed here are my own and not of my employer. ---------------------------------------------------- "Kevin" <ReplyTo@Newsgroups.only> wrote in message news:uMdpCV0lDHA.2068@TK2MSFTNGP09.phx.gbl... > nope, the sid of the login is the sid on the DC. It updates the sid in > sysusers with the sid from syslogins. > > > -- > Kevin Connell, MCDBA > -------------------------------------------------- > The views expressed here are my own > and not of my employer. > ---------------------------------------------------- > "njc" <anonymous@discussions.microsoft.com> wrote in message > news:063c01c39717$239b7b20$a001280a@phx.gbl... > > > > I already thought of that one, but my understanding of > > sp_change_users_login is that it changes the SID of the > > login to the SID of the user, which means I lose the > > original SID. > > > > Our NT > AD migration will retain the same user & group > > SIDS. I also understand that SQL Server holds the > > domain/username data locally for the purpose of > > performance (e.g. when system_user is called it doesn't > > need to make a call to the domain controller to get the > > username), and that all authentication is achieved using > > SID only. > > > > Thus whatever solution I deliver must restore the logins > > linked to the users, with the same SIDs as before, > > otherwise windows authentication won't work - have I got > > this right? > > > > > > > > >-----Original Message----- > > >You'll need to drop the old logins, add the new ones, and > > then us > > >sp_change_users_login for each login/user combination. > > > > > >-- > > >Kevin Connell, MCDBA > > >-------------------------------------------------- > > >The views expressed here are my own > > >and not of my employer. > > >---------------------------------------------------- > > >"NJC" <anonymous@discussions.microsoft.com> wrote in > > message > > >news:092b01c39704$510521a0$a101280a@phx.gbl... > > >> Hi > > >> > > >> We are migrating our infrastructure from NT > 2003 > > >> Server. The domain name will change as part of this > > >> process. Additionally, our SQL Server databases will > > move > > >> to a new machine at the same time. > > >> > > >> When I restore the database to 2003/SQL 2000 (having > > >> backed it up from NT\SQL7), how do I change the database > > >> logins from OldDomain\Username to NewDomain\username > > >> without dumping the logins and recreating them. > > >> > > >> Help! > > >> > > >> > > >> > > > > > > > > >. > > > > >
- Next message: Tom O: "Re: Encrypting the database field...."
- Previous message: Kevin: "Re: NT > 2003 domain name changes"
- In reply to: Kevin: "Re: NT > 2003 domain name changes"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: NT > 2003 domain name changes"
- Reply: anonymous_at_discussions.microsoft.com: "Re: NT > 2003 domain name changes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|