We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b797bf commit a380e07Copy full SHA for a380e07
1 file changed
samples/features/sql-big-data-cluster/bootstrap-sample-db.sh
@@ -44,7 +44,8 @@ $DEBUG rm tpcxbb_1gb.bak
44
45
echo Configuring sample database...
46
# WSL ex: "/mnt/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/130/Tools/Binn/SQLCMD.EXE"
47
-$DEBUG sqlcmd -S $SQL_MASTER_INSTANCE -Usa -P$SQL_MASTER_SA_PASSWORD -I -b -v SA_PASSWORD="$KNOX_PASSWORD" < "$STARTUP_PATH/bootstrap-sample-db.sql" > "bootstrap.out" || (echo $ERROR_MESSAGE && exit 2)
+export SA_PASSWORD=$KNOX_PASSWORD
48
+$DEBUG sqlcmd -S $SQL_MASTER_INSTANCE -Usa -P$SQL_MASTER_SA_PASSWORD -I -b < "$STARTUP_PATH/bootstrap-sample-db.sql" > "bootstrap.out" || (echo $ERROR_MESSAGE && exit 2)
49
50
for table in web_clickstreams inventory customer
51
do
0 commit comments