Restore a SQL 2005 database

The instructions on this page are valid only when a there is a current backup file.

  1. Login to the SQL Server
  2. Open SQL Server Management Studio

  3. Connect using Windows Authentication

  4. Right click Databases and select Restore Database

  5. Select the database you wish to restore to from the drop down

  6. Select From device as the source and click the ... box

  7. Click Add to select a backup file

  8. Navigate to the backup file, select the file and click Ok

  9. Verify the location to the backup file is correct and click Ok

  10. Check the database set to restore

  11. Click Ok to begin the restore.

The restore should proceed smoothly. If a user is connected to the database you may receive the following error:

To proceed with the restore we first need to clear all active connections to the database.