continuous-integration-images/mssql-2022/setup.sql

6 lines
110 B
Transact-SQL

/*
Enter custom T-SQL here that would run after SQL Server has started up.
*/
CREATE DATABASE $(MSSQL_DB);
GO