Re: Security Migration
From: Hari (hari_prasad_k_at_hotmail.com)
Date: 06/22/04
- Previous message: Becker: "Re: Ownership Chains Not Working?"
- In reply to: Mike Dale: "Security Migration"
- Next in thread: Mike Dale: "Re: Security Migration"
- Reply: Mike Dale: "Re: Security Migration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 22 Jun 2004 09:12:56 +0530
Hi,
It is not required to move the logins every time. Only once you have to copy
the syslogins table from the
source to destination. THis will ensure that SID and password for logins are
in sync with source.
How to copy logins from one server to another:-
Have a look into the below link , This script will provide a easy method to
quickly generate a script that will move logins along with same sid and
password from one server to other
http://www.databasejournal.com/features/mssql/article.php/2228611
Once you move logins to destination, on each restore the sysusers with
automatically sync with syslogins.
-- Thanks Hari MCDBA "Mike Dale" <MikeDale@discussions.microsoft.com> wrote in message news:CDF205E9-6B75-4AB3-8CFE-4C52350EA66C@microsoft.com... > Hey All, I realize this has probably been asked before, however I am a fairly new DBA of SQL Server. > > I have just finished setting up SQL Server on our new hardware, and I have used the previous day's comressed backup files to quickly copy the databases from one server to another. I then restored the databases on the new server. The only trouble is, each of the databases have Users that do not exists as Logins on the new server. > > Is there an easy way to load all of the security login information from my old server to the new server, such that it uses the same IDs in the background, so that I don't have to rebuild the security settings? > > FYI: I am moving from SQL Server 2000 SP3 on Server 2000 to SQL Server 2000 EE SP3+Hotfixes on Advanced Server 2003, if that makes any difference. > > Thanks,
- Previous message: Becker: "Re: Ownership Chains Not Working?"
- In reply to: Mike Dale: "Security Migration"
- Next in thread: Mike Dale: "Re: Security Migration"
- Reply: Mike Dale: "Re: Security Migration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|