How to restore master database in SQL Server 2005/2008 R2
Friday, July 29, 2011 // Backup/restore
Background: The master database holds all Instance settings, logins and registers which databases are connected to the server. If the master database gets corrupted SQL Server stops working and the service can’t be started. In this scenario the master database first has to be rebuild before a restore is possible. See article: How to rebuild [...]