
Part II: Initialising SQL Server with Docker Compose
This article explores three effective methods for initialising a SQL Server container using Docker Compose: execution of SQL scripts, leveraging mssql-tools, and restoring from a bacpac.

This article explores three effective methods for initialising a SQL Server container using Docker Compose: execution of SQL scripts, leveraging mssql-tools, and restoring from a bacpac.

A step-by-step guide to running Microsoft SQL Server in Docker Compose for local development. Covers configuration for both Windows and Mac (including ARM/Rosetta), health checks, persistent volumes, and team-friendly defaults.

A quick fix for SQL Server Management Studio looking awful on high DPI screens. Mostly a note to my future self.

SQL Server snapshots let you quickly save and restore your local database state - handy when switching branches or debugging scenarios that need complex data setups.

I built an Azure Event Grid Simulator so I could run integration tests locally without needing a real Event Grid instance. It鈥檚 on GitHub.