I used to be able to download a SQL backup .bacpac
file and load it on my local SQL server instance and call it copyX by using command prompt and typing:
cd C:\Program Files (x86)\Microsoft SQL Server\130\DAC\bin
enter, then
.\SqlPackage.exe /Action:Import /SourceFile:"C:\path\MyBackUp.bacpac" /TargetConnectionString:"Data Source=(localdb)\mssqllocaldb;Initial Catalog=copyX; Integrated Security=true;"
Now I get:
* A project which specifies Microsoft Azure SQL Database v12 as the target platform may experience compatibility issues with SQL Server 2014. Verifying deployment plan Analyzing deployment plan Importing package schema and data into database Updating database * Error importing database:Could not import package. Warning SQL0: A project which specifies Microsoft Azure SQL Database v12 as the target platform may experience compatibility issues with SQL Server 2014. Error SQL72014: .Net SqlClient Data Provider: Msg 102, Level 15, State 1, Line 1 Incorrect syntax near ';'. Error SQL72045: Script execution error. The executed script: CREATE MASTER KEY;
Putting up due to the many issues encountered