Friday, 13 December 2013

Backup a Database using Management Studio

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



Step 1


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…
le_sqlbackup_ms1










Step 2


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“.
le_sqlbackup_ms2











Step 3


Now, Click “Add…” to specify where to save the backup file.
le_sqlbackup_ms3







 

Step 4


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:Backupbackmeup-Full-041608.bak“.

Note that this is the entire actual filepath.
le_sqlbackup_ms4











Step 5


Now, we have to make sure that the backup you are creating overwrites all existing backup sets, as appending it to an existing set can cause conflicts when attempting to perform a restore. On the left-hand side of the window, click on ‘Options‘, and then click on ‘Overwrite all existing backup sets‘.
le_sqlbackup_ms5











Step 6


Once this option is in place, all that is left to do is to run the backup! Click “OK” to begin the database backup.
le_sqlbackup_ms6







Step 7


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

le_sqlbackup_ms7

 

 

 

 

 

 

 

 

 

 

 

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

No comments:

Post a Comment