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

6 lines
110 B
MySQL
Raw Normal View History

2024-11-22 06:26:36 +00:00
/*
Enter custom T-SQL here that would run after SQL Server has started up.
*/
CREATE DATABASE $(MSSQL_DB);
GO