How to Backup a database using Management Studio 


This article will walk you through How to Create a Backup file (.bak) of your Database, through SQL Server Management Studio Express.

If you are a VPS or Dedicated Server customer running SQL Server on your Server, this article will walk you through how to make a backup copy of a database using Management Studio Express.

You will first need to connect to your database server, using SQL Server Management Studio Express. Please see our article "How to connect to a database using SQL Server Management Studio Express" if you require assistance with this.

For this example, we will backup the database named "backmeup" to our "C:\backup" folder.

Once connected to your database server, you will need to browse to your database in the left window pane of Management Studio.

Right Click on your database, and under "Tasks" choose "Back Up..."

 

A new window will open where we will configure where to save the database backup file.

You will want to ensure that the "Backup type" is set to "Full" to get a Full backup of your database.

Now, highlight the Destination file that is already in the list by clicking on it, and Click "Remove".

 

Now, Click "Add..." to specify where to save the backup file.

 

A window will pop up, asking you where to save the backup file. Enter a location of your choice. For this example, we will save it to "C:\Backup\backmeup-Full-041608.bak".

Note that this is the entire actual filepath.

 

Once you have selected where to save the backup file, all that is left to do is to run the backup! Click "OK" to begin the database backup.

 

If the database backed up successfully, you should receive a message as pictured below.

 

If at any point you require assistance, please do not hesitate to contact our Technical Support team!

Help us Improve