Restore a MSSQL BAK Backup

Restore a MSSQL BAK Backup

To restore a MSSQL BAK database backup, do the following steps:

1.  Open Management Studio and connect to the database server.

2.  Right-Click on Databases and select Restore Database...

3.  In the dialog that appears, select Device and then click the ... button:

4.  In the dialog that appears, select File then click Add

5.  In the dialog that appears, browse for your BAK database backup and click OK.

6.  Click OK to confirm your backup device selection:

7.  Back on the Restore Database screen, give the database a descriptive name.

8.  Last, click on Files then select Relocate all files to folder and then click OK.

9.  The database will now be restored and visible through Management Studio

 

Important Note

If restoring the same database multiple times or if you have two different databases that have had the same name, replace the name of the database in the "Restore As" file name with the name of the new destination database. 

 

 

 

 


    • Related Articles

    • Create a MSSQL BAK Backup

      To create a BAK backup, do the following steps: 1. Shrink the Database (Optional) Open Management Studio and connect to the database server. Change the Recovery Model to Simple Right click on the database you wish to backup and select Properties. ...
    • Restore a MSSQL BACPAC Backup

      BACPAC files are a specialized set of SQL Scripts that can be restored into Microsoft SQL Server using Management Studio. To restore a BACPAC database, do the following steps. 1. Open Management Studio and connect to the database server. 2. ...
    • Restore a POSTGRES Backup

      Once someone sends you a backup created by following these instructions, you can restore it by following the steps below. Extract the TAR File A TAR file is similar to a ZIP file. Using 7Zip, open the archive and extract it to your preferred ...
    • Create a MSSQL BACPAC Backup

      To create a BACPAC backup, do the following steps: Open Management Studio and connect to the database server. Right click on the database you wish to backup and select Tasks > Export Data-tier Application... In the dialog that appears click "Next >" ...
    • Repair a corrupt MSSQL database

      For law firms with premises based systems like Time Matters you may run into situations where the database has not been maintained and has become inconsistent. This can prevent your ability to create a backup from which you can migrate the customer ...