Backing Up a SQL Server Database
Copy
The following procedure walks you through a complete database backup operation for SQL Server using the SQL Server Management Studio. This procedure is provided as a guideline only. The procedure for your operation may differ based on the type of backup you are performing and your backup storage (Destination) media type.
- Start SQL Server Management Studio.
- Expand the tree under Console Root until you get to the Databases folder.
- Select the database that you need to backup.
- Right click on the database and navigate to Tasks > Backup.
- Make sure the correct database is selected in the Database field.
- In the Name field, enter a name for the backup (Description is optional).
- Make sure the Backup type is set to Full.
- If the filepath highlighted in the Destination area is not satisfactory, click Remove… then Add… to select a new name and path for the .bak file.
- Choose Database from the backup component.
- Click Add… in the Destination area to set the folder and name for the backup file.
- Choose the appropriate Overwrite method (Append or Overwrite existing).
- Click OK to begin the backup process.