 |
Using SQL Server to Restore a Database from Backup
|
< Previous section | Table of Contents | Index | Next section >
To restore a database from a backup file, follow these steps:
- Start SQL Server Management Studio and connect to the SQL Server instance that manages the MainBoss database.
- In the left-hand panel, expand Databases.
- Right-click on the entry for the database you want to restore, then click Tasks, then click Restore, then click Database.
- SQL Server opens a window displaying your existing backup files. In the list of available backups, click the one you want to restore.
- Click OK.
The restoration process will overwrite any existing contents of the database. Therefore, you should only restore a database if the current contents are no longer usable.
< Previous section | Table of Contents | Index | Next section >