How to Restore Operations Manager 2007 Databases

Applies To: Operations Manager 2007 R2, Operations Manager 2007 SP1

Use the following procedure to restore a Microsoft System Center Operations Manager 2007 database using Microsoft SQL Server Management Studio. This procedure applies to databases on both SQL Server 2005 and SQL Server 2008.

Note

If you want to resize the OperationsManager database, you must resize it by using SQL Server. For more information, see Microsoft SQL Server (https://go.microsoft.com/fwlink/?LinkID=162007) in the TechNet Library.

To restore a database backup

  1. Start SQL Server Management Studio.

  2. In the Connect to Server dialog box, select the appropriate values in the Server type drop-down combo box, in the Server name box, and in the Authentication box.

  3. Click Connect.

  4. In Object Explorer, expand Databases, and then select the OperationsManager, OperationsManagerAC, or OperationsManagerDW database.

  5. Right-click the database, point to Tasks, and then click Restore.

  6. Click Database to open the Restore Database dialog box.

  7. On the General page, the name of the restoring database appears in the To database list.

  8. In the To a point in time text box, either retain the default (the most recent possible) or select a specific date and time by clicking the browse button, which opens the Point in Time Restore dialog box.

  9. To specify the source and location of the backup sets to restore, click the From Device option.

  10. Click Browse to open the Specify Backup dialog box.

  11. In the Backup media list box, select one of the listed device types. To select one or more devices for the Backup location list box, click Add.

  12. In the Select the backup sets to restore grid, select the backups to restore. This grid displays the backups available for the specified location.

  13. In the Restore options panel, select the Overwrite the existing database option.

  14. In the Restore the database files as options panel, verify the original database file name and path are correct.

  15. For the Recovery state options, specify the state option Leave the databases ready to use by rolling back the uncommitted transactions. Additional transaction logs cannot be restored.

  16. Click OK to restore the database.