Restoring From MS SQL Server 2005 Full On-Demand Backups

  1. Open Microsoft SQL Server 2005 Management Studio, log in, and navigate to the database you want to restore.
    A screenshot of Microsoft SQL Server Management Studio with the databases list displayed in the navigation pane.
  2. Right click the database you want to restore. A context menu will appear.
    Note: If you want to restore your backup file(s) to a new database, right click any database in the list. You will have the opportunity to select an existing database or create a new database further on in the procedure.

    A screenshot of MS SQL Server Management Studio with Restore selected in the context menu for a database.

  3. Select Tasks, then Restore and Database... in the context menu (see above). The Restore Database window will open.
    A screenshot showing Micorosoft SQL Server Management Studio's Restore Database window.
  4. Check the name in the “To database” field. You can select an existing database to which you want to restore, or you can type the name of a new database in this field. Restoring to an existing database will replace any information in the current database with the information from the database backup files.
  5. Select the “From device” radio button then click Browse ( A screenshot of Microsoft SQL Server Management Studio's Browse button. ). The Specify Backup window will open.
    A screenshot of Microsoft SQL Server Management Studio's Specify Backup window.
  6. Click Add. The Locate Backup File window will open.
    A screenshot of Microsoft SQL Server Management Studio's Locate Backup File window.
  7. Browse to and select the backup file from which you will restore the database. (See screen capture above).
  8. Click OK. The Locate Backup File window will close, and the Specify Backup window will return, displaying the selected backup file in the list.
    A screenshot of Microsoft SQL Server Management Studio's Locate Backup File window.
  9. Click OK. The Specify Backup window will close, and the Restore Database window will return, displaying the specified backup file in the list.
    A screenshot of Microsoft SQL Server Management Studio's Restore Database window.
  10. Enable the Restore checkbox for the backup file selected in the previous step.
  11. If you are attempting to restore to an existing database: Select Options in the Page list on the left and enable the “Overwrite the existing database” checkbox.
  12. If you are attempting to restore to an existing database: Select Options in the Page list on the left and browse to and choose the .mdf and .ldf files you want to overwrite with the restored database. By default, the path information will point to the original .mdf and .ldf files for which the backup was created and must be changed.
  13. Click OK. A progress indicator will appear in the lower left hand corner of the Restore Database window.
    A screenshot showing Microsoft SQL Server Management Studio's progress indicator for restoring a database.
    When the database restoration is complete, the Complete window will appear.
    A screenshot of Microsoft SQL Server Management Studio's Restoration Complete window.
  14. Click OK in the Complete window. The window will close and return you to the MS SQL Server 2005 Management Studio.

If you have restored to an existing database, test the functionality of your Workgroups application(s) to ensure that everything is functioning as expected. If you have restored to a new database, you will need to create a database link in the Application Server and attach the database to any relevant MetaData Console snap-ins before you will be able to log in and test the database functionality with your Workgroups applications. See the Application Server User Guide and the MetaConsole Guide for more information.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.