This section describes how to backup and restore Microsoft SQL Server with the OBM.
Refer to the following instructions to restore the master database:
From a command prompt, browse to the appropriate directory for the instance of SQL to start
Enter the following command.
For default instance
>sqlservr.exe -c -m
For named instance
>sqlservr.exe -c -m {instance_name}
Important: Only perform Step 1 and 2 if you are restoring the master database.
If the file exists on a network share, provide the UNC share name in the File name text box.
Restart the SQL Windows services, or enter the following command.
For default instance
>sqlservr.exe -c
For named instance
>sqlservr.exe -c {instance_name}