create_table.sh 196 B

12345
  1. #wait for the SQL Server to come up
  2. sleep 45s
  3. #run the setup script to create the DB and the schema in the DB
  4. /opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P $SA_PASSWORD -d master -i setup.sql