Recover microsoft sql server system databases
System databases can be restored in case of system failures. The system databases are restored from the same instance and location where the system databases were backed up. You can also overwrite the existing system database files.
Restoring system databases to a different instance is not supported for the VM-based backup method.
The SQL Server system databases are recovered in the following order:
-
Master
-
MSDB
-
Model
Recovery workflow
You can recover the system databases to the original SQL Server instance. For the detailed steps on recovering system databases, see:
Consideration
-
Recovering the system database to an alternate instance is not supported.
-
When recovering to the original database, the original database is deleted before the recovery. Therefore, a recovery failure will also lead to the loss of the original database.
-
If you are recovering the system databases individually, then the recovery of the system database must be in the following order:
-
Master
-
MSDB
-
Model
-
-
You cannot recover a system database along with a user database.
-
If you are recovering more than one system databases in a recovery task, then the recovery point for the selected system databases must be the same.