How do I import a .bacpac file into SQL with SSMS?

  • Page Owner: Not Set
  • Last Reviewed: 2018-09-04

How can I import a .bacpac file into my SQL Server with SSMS?


Answer

I found the solution: https://docs.microsoft.com/en-us/sql/relational-databases/data-tier-applications/import-a-bacpac-file-to-create-a-new-user-database?view=sql-server-2017

In SQL SERVER MS right click "Databases" then choose "Import Data-tier Application" choose from device and locate the .bacpac file.

Comments

  • Note that you have to a very new version of SMSS. Older versions will fail on some driver version issue.