Init dump

This commit is contained in:
Jason Jordan
2025-11-24 08:22:44 -05:00
parent d48bb96791
commit 3fbece7da6
73 changed files with 1747 additions and 121 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/bash
set -e
# Wait for SQL Server to be ready
# You can adjust the sleep time if needed
sleep 7
# Run init-script with long timeout - and make it run in the background
/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P "Br1tt0nPassw0rd" -i init.sql &
# Start SQL Server
/opt/mssql/bin/sqlservr