Restore a MSSQL BACPAC Backup

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.  Right-click on Databases and select Import Data-tier Application...

3.  If the Introduction page appears, check Do not show this page again then click Next.

4.  On the Import Settings page, select Import from local disk then Browse... for the bacpac file and click Next.

5.  Provide the New database name and then click Next.

6.  On the Summary page, click Finish.

7.  The database will be created and the BACPAC will be restored into it.

8.  On the Results page, click Close.

9.  The database is now visible through Management Studio.


    • Related Articles

    • 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 >" ...
    • 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 ...
    • 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 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. ...
    • 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 ...