Restoring MSSQL Database from SQL Server Management Studio

Here’s how you take restore a backup for MSSQL database using SQL server management studio.

Prerequisites:

  1. You need to have Microsoft SQL server management studio on your computer. click here to download.
  2. Also, you need to have database details such as Database name, username, server, password, click here 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.
7

  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 >> Restore >>Database.
  4. A window titled ‘Restore Database’ will appear on the screen.
  5. Under ‘Source for restore’ click on the button next to ‘From device’  to specify the file location.
  6. Select the option ‘Backup media’ as ‘File’.
  7. Click on the Add button to add the backup file location.

Select the backup file you wish to restore and Hit the OK button.

8

That’s it! You will get the confirmation window with a message completed successfully.

0 Likes
0 Dislikes
1298 Views