SQL Restore Options (General)

Use this dialog box to control how the specified data is to be restored.

Note that restore options vary for single and multiple database restore jobs. The differences are noted below:

Destination Server

Displays the name of the instance to which the selected data will be restored. To change the destination, click one from the list.

The list includes SQL Servers in the CommCell which have the SQL Server iDataAgent installed. Note the following:

Source Server

Displays the name of the source server or database, depending on whether an instance or database was selected for restore.

Database List

Displays the names of the databases for restore if there is more than one such database.

Server State (or Database State)

Displays the current state of the server or database, depending on whether an instance or database was selected for restore.

Restore Types

Specifies the type of restore job.

Restore Time and Time Zone

Specifies the restore time depending on the selected options:

Recovery Type and Undo Path

Specifies the type of recovery that must be performed. This is the state of the database after the restore.

Restore Options

Advanced

Click to select additional restore options.

Save As Script

Click to open the Save As Script dialog, which allows you to save this operation and the selected options as a script file (in XML format). The script can later be executed from the Command Line Interface using qoperation execute command.

When you save an operation as a script, each option in the dialog will have a corresponding xml parameter in the script file. When executing the script, you can modify the value for any of these XML parameters as per need.

To view the XML values for each of the options in the dialog, see the following:

Command Line XML Options

Back to Top