Files
sql-server-samples/samples/containers/dtc/dtc1/db-init.sh
T
2018-11-16 17:48:51 -06:00

7 lines
229 B
Bash

#wait for the SQL Server to come up
sleep 25s
echo "running set up script"
#run the setup script to create the DB and the schema in the DB
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P Sql2019isfast -d master -i db-init.sql