Forum Discussion
ToniPohl
Sep 03, 2017MVP
BACPAC: Could not import package. SQL72012
Hi SQL-guys, I'm running into this error during the last days and could not find a solution: I am trying to import a database .BACPAC file from SQL Azure into my local SQL Server. When doing so...
Deleted
Dec 17, 2018Thank you so much!
I used
sp_configure 'contained database authentication', 1; GO RECONFIGURE; GO
to enables contained databases on the instance of the Database Engine
kanchan_
Feb 27, 2020Copper Contributor
Hello Sir please tell me where do we run this reconfigure code ....on the target server where we r trying to import the bacpac file....Pls answer.Thanks
I ran the same code on target server where we r trying to import the bacpac file but again the same error.
please suggest..thanks