Docker containers are great for SQL Server development and test scenarios, as they allow database administrators and developers to deploy SQL Server instances within seconds. Users are able to spin up ...
I'm building an automated build procedure, one of the steps is to create a database and it's structure/procedures/functions etc. Clearly I can script the entire db creation job in sql and use sqlCmd ...