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...
LeeCommerce
Nov 07, 2022Copper Contributor
ToniPohl Another cause of this error is trying to restore a database that has full text indexes defined in it if you do not have full text indexing installed on the server. There may also be other features this could apply to, but this is the only one I have experienced. Hopefully this will help someone.
Jaideep445
Jun 13, 2023Copper Contributor
This one worked for me. Installed full text index on SQL server and that resolved the problem.