SQL Server Integration Testing with Testcontainers

Part III: SQL Server Integration Testing with Testcontainers

Take your containerised SQL Server setup to the next level by using Testcontainers for .NET to write robust integration tests. Spin up real SQL Server instances on-demand, run your tests, and tear them down automatically.

January 7, 2026 路 16 min 路 3351 words
Initialising SQL Server with Docker Compose

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.

April 6, 2024 路 10 min 路 1926 words
Microsoft SQL Server with Docker Compose

Part I: Microsoft SQL Server with Docker Compose

Unlock the power of containerised development environments with this guide to setting up Microsoft SQL server using Docker Compose. Whether you鈥檙e a solo developer or part of a team, learn how to leverage Docker Compose for SQL server.

April 5, 2024 路 11 min 路 2221 words