Back Up Database (Options Page)
Use the Options page of the Back Up Database dialog box to view or modify database backup options.
To create a backup by using SQL Server Management Studio
Important
|
|---|
|
You can define a database maintenance plan to create database backups. For more information, see Maintenance Plans and Use the Maintenance Plan Wizard. |
Note
|
|---|
|
When you specify a backup task by using SQL Server Management Studio, you can generate the corresponding Transact-SQL BACKUP script by clicking the Script button and then selecting a destination for the script. |
Overwrite media
The options of the Overwrite media panel control how the backup is written to the media.
Note
|
|---|
|
For information about media sets, see Media Sets, Media Families, and Backup Sets (SQL Server). |
Reliability
The options of the Transaction log panel control error management by the backup operation.
Transaction log
The options of the Transaction log panel control the behavior of a transaction log backup. These options are relevant only under the full recovery model or bulk-logged recovery model. They are activated only if Transaction log has been selected in the Backup type field on the General page of the Back Up Database dialog box.
Note
|
|---|
|
For information about transaction log backups, see Transaction Log Backups (SQL Server). |
Tape drive
The options of the Tape drive panel control tape management during the backup operation. These options are activated only if Tape has been selected in the Destination panel on the General page of the Back Up Database dialog box.
Note
|
|---|
|
For information about how to use tape devices, see Backup Devices (SQL Server). |
Compression
SQL Server 2008 Enterprise (or a later version) supports backup compression.

Important