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