Re: Restore master?
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 01/20/05
- Previous message: FRR: "Re: Restore master?"
- In reply to: FRR: "Re: Restore master?"
- Next in thread: FRR: "Re: Restore master?"
- Reply: FRR: "Re: Restore master?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 20 Jan 2005 17:44:59 -0500
The Logins would come with Master but the users are stored in each db. You
may need to run sp_change_users_login on each one . Have a look here:
http://www.support.microsoft.com/?id=246133 How To Transfer Logins and
Passwords Between SQL Servers
http://www.support.microsoft.com/?id=298897 Mapping Logins & SIDs after a
Restore
http://www.dbmaint.com/SyncSqlLogins.asp Utility to map logins to
users
http://www.support.microsoft.com/?id=168001 User Logon and/or Permission
Errors After Restoring Dump
http://www.support.microsoft.com/?id=240872 How to Resolve Permission
Issues When a Database Is Moved Between SQL
http://www.support.microsoft.com/?id=314546 Moving DB's between Servers
http://www.support.microsoft.com/?id=224071 Moving SQL Server Databases
to a New Location with Detach/Attach
http://support.microsoft.com/?id=221465 Using WITH MOVE in a
Restore
Servers
http://www.sqlservercentral.com/scripts/scriptdetails.asp?scriptid=599
Restoring a .mdf
http://www.support.microsoft.com/?id=307775 Disaster Recovery Articles
for SQL Server
-- Andrew J. Kelly SQL MVP "FRR" <FRR@discussions.microsoft.com> wrote in message news:AE94C44C-4F74-4547-85BB-76569BC0571A@microsoft.com... >I restored the master, then the production db, but the logins did not come > over. I beleive all the db users are orphaned (about 200). I didn't get > any > error message, etc... What do I do now? The os and service packs are > identical (server 2k3 and sql 2000). Thank you. > > "Andrew J. Kelly" wrote: > >> Depends on how much info you have in Master that you need. Personally I >> prefer to add what I need to the new master instead of restoring the old >> as >> there tends to be less chance you will get junk carried over. Plus if you >> have different service packs you have to be careful. >> >> >> -- >> Andrew J. Kelly SQL MVP >> >> >> "FRR" <FRR@discussions.microsoft.com> wrote in message >> news:B775DEAD-BDD1-41B9-81FD-D2A684FA00F0@microsoft.com... >> > Is there any advantage to restoring the master to a backup server, or >> > can >> > I >> > just bring over the logins/passwords? >> >> >>
- Previous message: FRR: "Re: Restore master?"
- In reply to: FRR: "Re: Restore master?"
- Next in thread: FRR: "Re: Restore master?"
- Reply: FRR: "Re: Restore master?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|