boutique replica bags up ideas

the best replique rolex and prices here.

julia highlight 99j hair color 10a quality straight human hair lace front wigs 8 - 24 inches pre plucked hairline 13x4 inches lace front brazilian wig onlinefor sale

How to Restore a Database in SQL Server?

Updated on     Kisan Patel

This tutorial will explain you how to restore a database using SQL Server Management Studio.

To restore a database in SQL Server from the backup done using previous points (.bak file), right click Databases folder form the left side panel (Object Explorer) and select Restore Database.

sql_server_restore_database

This opens up Restore Database dialog box, now select the database to restore by selecting the 2nd radio button (Device) under Source heading and click on … button against it as shown in the picture. That opens up another dialog box to Select backup device. Now, select the media type (File – in case we have .bak file at the local or network machine and URL – in case we have the .bak file on any webserver)

Assuming, our .bak file is in the local machine, click on Add button and select the .bak file of the database to restore.

sql_server_restore_database2

Now, select the Database on which to restore from the existing database list (to override the previous database) under Destination or write the name of the database in the DropDown to create a fresh database using this .bak file.

sql_server_restore_database3

Now, click OK that restores the database depending on whether new name is given to existing database is selected. Note that in order to restore on the existing database (override), the database must not be in use.


SQL Server

Leave a Reply