Back to Top

How to Backup a DataBase


SQL:  How to Backup a DataBase using SQL


Description

The Sql Server is vast and very power full server where we can build a number of databases and other objects. These databses can be backed up and saved for future use.

Steps:

To backup the database in sql there are steps as following :
  1. Connect the SQL Server.
  2. Right click on the DataBases  and expand it.
  3. After expanding you will get to see the DataBase which you want to backup.
  4. Right click on the DataBase eg: TestDB 
  5. You will see the option :  Tasks after right clicking, click on it: futher it will show you Backup option.
  6. Click on the Backup option and it will show you the Screen.
  7. Provide the Destination folder where you want to save the Backup.
  8. click on OK button.
  9. Now you have the Backup of your DataBase.


0comments

Post a Comment