ClaudeSuperPower

azuresql-db-import

Skill

Imports an existing Azure SQL Database or SQL Server schema and data INTO the local Azure SQL Developer using SqlPackage. Use when asked to "import a bacpac", "load my existing database locally", "restore a dacpac into the container", "bring my prod schema into the dev container", "run my .bacpac/.d

Install

git clone https://github.com/microsoft/azure-sql-database-container.git ~/.claude/skills/azuresql-db-import

What is azuresql-db-import?

Imports an existing Azure SQL Database or SQL Server schema and data INTO the local Azure SQL Developer using SqlPackage. Use when asked to "import a bacpac", "load my existing database locally", "restore a dacpac into the container", "bring my prod schema into the dev container", "run my .bacpac/.dacpac against the local Azure SQL engine", or migrate an existing database into the preview container. Handles provisioning the target database on master first, then running SqlPackage /Action:Import against the provisioned user database. Use this for any "get my real database running in the container" request instead of hand-writing SqlPackage flags.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~163 tokens of context used while enabled, before you invoke anything

Documentation

README · ~5 min read

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.

  • Image: sqldbpreview-dpgaeqhmgphzd4bk.azurecr.io/azure-sql/db-dev:latest

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.