SQL File/File Group Restore Options

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:

Backup of the current transaction log is required before running a file/file group restore job. Use the No Truncate option when backing up the log.

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 Name

Displays the name of the database to be restored.

File List

Displays either the database or the names of the file to restore per database.

Database State

Displays the current state of the database.

Restore Entire Database

Specifies whether the restore operation must restore the selected database beginning with the most recent full backup and applying differential and/or transaction log backups up to the selected restore time.

Restore Type

Restore Time

Specifies the restore time. When restoring an entire database as a set of File/File Groups, select a date and time to which you wish to restore the files.

Time Zone

Lists the time zones. To change the time zone, click one in the list.

Recovery Type

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

Restore Options

Decryption

Click to enter the pass-phrase that is currently assigned to the client for restore operations that are run immediately.

Advanced

Click to select additional restore options.

Pre/Post

Click to add Pre/Post processing commands to restore operations.

Start Suspended

Click to start this operation in a Suspended state.

Change Priority

Click to change the priority for the restore operation.

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