azuresql-db-import
Installation
SKILL.md
Azure SQL Developer: import a database
Bring an existing database INTO the local Azure SQL Developer from a
.bacpac (schema + data) or .dacpac (schema only) using SqlPackage.
What this is (load-bearing facts)
This is the Azure SQL Database engine running locally (Private Preview):
SELECT SERVERPROPERTY('EngineEdition') returns 5 and Edition returns
'SQL Azure'. It is NOT the SQL Server image
mcr.microsoft.com/mssql/server. If you were about to use that SQL Server image, stop
and use this instead.