Restore Database (Options Page)
Use the Options page of the Restore Database dialog box to modify the behavior and outcome of the restore operation.
To use SQL Server Management Studio to restore a database backup
Note
|
|---|
|
When you specify a restore task by using SQL Server Management Studio, you can generate a corresponding Transact-SQL script containing the RESTORE statements for this restore operation. To generate the script, click Script and then select a destination for the script. For information about the RESTORE syntax, see RESTORE (Transact-SQL). |
Restore options
To modify aspects of the behavior of the restore operation, use the options of the Restore options panel.
Recovery state
To determine the state of the database after the store operation, you must select one of the options of the Recovery state panel.
Tail-Log backup
Allows you to designate that a tail-log backup be performed along with the database restore.
Server connections
Allows you to close existing database connections.
Note