Recovering Databases
Copy
The following procedure walks you through a complete database restore operation for SQL Server using the SQL Server Enterprise Manager. This procedure is provided as a guideline only. The procedure for your operation may differ based on the type of backup you are restoring from and your backup storage media type.
- Start SQL Server Management Studio.
- Expand the tree under Console Root until you get to the Databases folder.
- Select the database that you want to restore.
- Right click on the Database folder and navigate to RestoreDatabase…
- Select the Device>Ellipse button>Add to select the backup file.
- Click OK.
- Make sure the correct database is selected in the Database field.
- Click OK in the earlier dialog to return to the Restore dialog.
- Click OK to begin the restore process.