Files
sql-server-samples/samples/containers/README.md
T

8 lines
447 B
Markdown

__[replication](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](unit-testing/tsqlt-docker/)__
Example describes how to automate the testing for one or more SQL Server objects using tSQLt, Docker, and GitHub Actions.