Taking Backup of MSSQL Database from SQL Server Management Studio

Here’s how you take a Backup of your MSSQL database using SQL server management studio.

Prerequisites:

  1. You need to have Microsoft SQL server management studio on your computer. If you don’t have it, click here to download.
  2. Also, you need to have database details such as Database name, username, server, password, please check our knowledgebase articles or contact to our support to know more.

Once you’ve taken care of the above,  Here’s what you need to do:

  1. Open your Microsoft SQL Server Management Studio.
  2. To connect to your database, select the options on the connect to server window:
    1. Server type: Database engine
    2. Server name: (IP address of your database)
    3. Authentication: SQL Server Authentication

  1. Under Login, Enter your database username.

Type in your password and click on connect.

2

  1. From the left side menu, click on Databases.

  2. A list of databases will appear, right-click on your database name.
  3. Click on Tasks >> Back Up.

  4. A window titled “Restore Database“ will appear on the screen.
  5. Under Source, for Backup type select Full.
  6. Under Destination, check the box for ‘Back up to: Disk’.
  7. Click on ‘Add’, a small window will appear on the screen.
  8. Select the path and file name for the database backup file.
  9. Select the destination folder for the backup file and enter the ‘File name’ with .bak extension.
  10. Hit the OK button to finish.

That’s it, You have successfully backed up your MSSQL database on your computer.

0 Likes
0 Dislikes
1009 Views