CyberSecure™ Microsoft® SQL Server Restoration Guide
Please follow the instructions below to restore Microsoft SQL Server from the CyberSecure offsite backup network.
Applies to versions: 2000
- Download the .BAK files through the CyberSecure client.
- Open Microsoft SQL Enterprise Manager
- Optional - Restore the MASTER database
The MASTER database is required to be restored if you are:
- rebuilding all databases from scratch
- have added logins or other security-related operations
- have created or removed logical backup devices
- have configured the server for distributed queries and remote procedure calls, such as adding linked servers or remote logins
To restore the MASTER database:
- Start SQL Server in "Single User Mode"
- Right-click your SQL server and choose Properties
- Press the Startup Parameters button
- Add a "-m" parameter to the Startup Parameters
- Stop/start Microsoft SQL server
- Restore the MASTER database
- From [Enterprise Manager] -> [Tools] ->
- Select [master] in the [Restore as database] drop down list
- Select the [From device] radio button
- Press the [Select Devices] button
- From the [Choose Restore Devices], press the [Add] button
- From the [Choose Restore Destination] panel, press the [...] button to choose your MASTER backup (*.bak) from your backup files
- Press the [OK] button to start restoring the MASTER database
- Restart MS-SQL server in "Normal Mode"
- Remove the "-m" parameter from the [Startup Parameters] from the previous step
- Restart your MS-SQL server as detailed previously
- (Optional) Restore MODEL, MSDB, DISTRIBUTION databases
You will need to restore the MODEL databse if you have changed the database template of your SQL server.
You will need to restore the MSDB database if you have changed the scheduling information or if you want to restore the backup and restore history of your databases.
You will need to restore the DISTRIBUTION database if you are running the replication components of SQL server
You do not need to restore these databases if you only want to restore a user database.
Each database needs to be restored one-by-one. To restore any of these databases:
- From [Enterprise Manager] -> [Tools] -> [Restore Database]
- Select the database to be restored in the [Restore as database] drop-down list
- Select the [From device] radio button
- Press the [Select Devices] button
- Press the [...] button to choose your backup file (*.BAK) for the database to be restored
- Press the [OK] button
- Restore user databases
For each database:
- From [Enterprise Manager] -> [Tools] -> [Restore Database]
- Select the database to be restored in the [Restore as Database] drop-down list
- Select the [Database] radio button
- From the [Show backups of database] drop-down list, select the database to be restored
- From the [First backup to restore] drop-down list, select the snapshot of the database you
would like to restore.
The database can be restored back to any point in time since the last full backup
- Change the [Restore From] entry
If your backup files (*.BAK) are not in the default directory, you will need to update the full path to your backup files by pressing the [Properties] button.
- You should now have a complete restored Microsoft SQL Server

