Can we import SQL bacpac file in existing DB (azure)

226 views Asked by At

can we create a new bacpac file without creating a new DB in azure

I tried creating it in the existing DB. It didn't work , a new DB is being created. I want the bacpac on the existing DB............................................

1

There are 1 answers

0
harshityadav95 On

.bacpac files are created for the entire database and MS SQL Server does not allow to selectively import data or schema from a .bacpac file into an existing database

  • If you are trying to import , and a new database is being created there might be name mismatch otherwise it gives DB already exist with same name error