You can restore Microsoft SQL Server databases in the ServiceNow Commvault application.
You can perform the following types of database restores:
-
In-place restore, which restores the database to the server from which it was backed up.
-
Out-of-place restore, which does one of the following:
-
Restores the database to the server from which it was backed up, but allows you to rename the database and select a new file location for it.
-
Restores the database to a different server.
-
Procedure
-
From the ServiceNow navigation pane, go to SQL Servers.
The SQL Server Instances window appears.
-
On the Databases tab, in the Actions column, click the action button for the database that you want to restore, and then click Restore.
The SQL DB Restore window appears.
-
To perform an in-place restore, on the Inplace restore tab, click the Submit button.
Caution
During an in-place restore, the existing production database is overwritten by the version that you are restoring.
-
To perform an out-of-place restore, complete the following steps:
-
Click the Out of place restore tab.
-
In the Destination Server list, select the server where you want to restore the database.
-
In the Destination Instance list, select the instance where you want to restore the database.
-
Optional: In the Destination Database field, enter a new name for the restored database.
-
Optional: From the Database File list, select a logical database file name.
-
Optional: In the Database File field, enter a new database file name.
-
Optional: In the Database File Path field, enter a new path where you want to restore the database.
-
Select a recovery type (Recovery, No Recovery, or Stand by).
-
Click the Submit button.
-