Restoring sys databases | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

Restoring sys databases

Folks, I knew master database stores very important instance meta data, I am trying to restore master database, is there some guidelines, or precautions you guys want to show me? also for msdb, it also stores the SQL Agent meta data, some precautions? same question also apply to model database?
for application database, what we need to do after restoration is to re-link the orphaned database users with SQL Server authenticated logins. for these sys databases, what are the key considerations when restoring? Thanks in advance!
——————
Bug explorer/finder/seeker/locator
——————
You can’t restore system database on different build/version/sp etc…
See the following links for master db restore and msdb is like user database but make sure SQL agent not running while restoring msdb… http://msdn2.microsoft.com/en-us/library/ms175535.aspx
http://msdn2.microsoft.com/en-us/library/ms190679.aspx
http://msdn2.microsoft.com/en-us/library/ms175475.aspx
MohammedU.
Moderator
SQL-Server-Performance.com
You can restore the master database using the provided methods, but in this case it is better to maintain such warm standby on the secondary server by creating logins and any configuration changes that are affected to the live server. As you have said using restore method User databases can be recovered but there is such facility for system databases to retain or copy the configuration, so testing the script method on the secondary server will give more provision to failover easily in any case of issues. Satya SKJ
Microsoft SQL Server MVP
Writer, Contributing Editor & Moderator
http://www.SQL-Server-Performance.Com
This posting is provided AS IS with no rights for the sake of knowledge sharing. The greatest discovery of my generation is that a human being can alter his life by altering his attitudes of mind.
]]>