Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Steps to restore a MSSQL database  (Read 2580 times)

0 Members and 1 Guest are viewing this topic.

rohitj

  • Guest
Steps to restore a MSSQL database
« on: November 16, 2013, 10:29:01 pm »
Restore Database using SQL Server Management Studio

Follow the steps below in order to restore database.

Login to SQL Server Management Studio as Windows Authentication.

After connecting to the Object Explorer. On the left, select/expand Databases and find your Database name.

Right click on your database and go to Tasks -> Restore -> Database

Select From device and click the small grey box on the right labeled. A window will pop up, Click Add and browse to the location of your .bak file. Click OK.

After that Go to the Options (top-left).

Check Overwrite the existing database.

Click OK to begin the database restoration.


Enjoy...