Files
sql-server-samples/samples/containers
2023-04-03 11:45:54 -07:00
..
2023-02-20 19:33:29 +00:00
2023-02-20 19:33:29 +00:00

replication

Example of SQL Server Replication in containers. This demo uses docker-compose to start two SQL Server containers; one that acts as the publisher and distributor, and the other as the subscriber in a push snapshot configuration.

unit testing/tsqlt-docker

Example describes how to automate the testing for one or more SQL Server objects using tSQLt, Docker, and GitHub Actions.