Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic explains how to create a full database backup.
Note
When you specify a back up task by using SQL Server Management Studio, you can generate the corresponding Transact-SQL BACKUP script by clicking the Script button and selecting a script destination.
After connecting to the appropriate instance of the Microsoft SQL Server Database Engine, in Object Explorer, click the server name to expand the server tree.
Expand Databases, and depending on the database, either select a user database or expand System Databases and select a system database.
Right-click the database, point to Tasks, and then click Back Up. The Back Up Database dialog box appears.
In the Database list box, verify the database name. You can optionally select a different database from the list.
You can perform a database backup for any recovery model (FULL, BULK_LOGGED, or SIMPLE).
In the Backup type list box, select Full.
Note that after creating a full database backup, you can create a differential database backup; for more information, see How to: Create a Differential Database Backup (SQL Server Management Studio).
For Backup component, click Database.
Either accept the default backup set name suggested in the Name text box, or enter a different name for the backup set.
Optionally, in the Description text box, enter a description of the backup set.
Specify when the backup set will expire and can be overwritten without explicitly skipping verification of the expiration data:
Choose the type of backup destination by clicking Disk or Tape. To select the paths of up to 64 disk or tape drives containing a single media set, click Add. The selected paths are displayed in the Backup to list box.
To remove a backup destination, select it and click Remove. To view the contents of a backup destination, select it and click Contents.
To view or select the advanced options, click Options in the Select a page pane.
Select an Overwrite Media option, by clicking one of the following:
In the Reliability section, optionally check:
If you are backing up to a tape drive (as specified in the Destination section of the General page), the Unload the tape after backup option is active. Clicking this option activates the Rewind the tape before unloading option.
Note
The options in the Transaction log section are inactive unless you are backing up a transaction log (as specified in the Backup type section of the General page).
Note
Alternatively, you can use the Maintenance Plan Wizard to create database backups.
How to: Create a Full Database Backup (Transact-SQL)
How to: Start the Maintenance Plan Wizard (SQL Server Management Studio)
How to: Create a Differential Database Backup (SQL Server Management Studio)
How to: Restore a Database Backup (SQL Server Management Studio)
Differential Database Backups
Full Database Backups
Performing a Complete Database Restore (Full Recovery Model)
Performing a Complete Database Restore (Simple Recovery Model)
Maintenance Plan Wizard
Back Up Database (General Page)
Back Up Database (Options Page)
SQL Server Management Studio Tutorial
Please sign in to use this experience.
Sign in