Back Up a SQL Database
Overview
This article details the required steps to create a full backup of a database using SQL Server Management Studio.
To back up a database
- Connect to the appropriate instance of the Microsoft SQL Server Database Engine, and in Object Explorer, click the server name to expand the server tree.
- Expand Databases and select the database on which to perform a backup. In this example we will select the AdventureWorks Database.
-
Right-click the database → point to Tasks → click Back Up... The Back Up Database dialog box appears.
-
In the
Database
list box, verify the database name, set the
Backup type
to
Full
, and set
Backup component
to
Database
. Then choose the type of backup destination by clicking either
Disk
or
Tape
(Tape will be grayed out if not applicable). The selected paths are displayed in the
Back up to
list box. Either accept the default backup location, or click
Add...
to choose another location.
To remove a backup destination, select it and click Remove To view the contents of a backup destination, select it and click Contents .
- Click OK.