Skip to content

Commit 2330eb9

Browse files
Update StackOverflow db link (#19)
1 parent 321bbd4 commit 2330eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/stackoverflow/third/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ sqlcmd -S localhost -d master -Q "EXEC sp_addserver 'mssql3', local"
1919

2020
# Source -> http://stackoverflow.brentozar.com/StackOverflow2010.7z
2121

22-
wget -O StackOverflow2010.7z http://stackoverflow.brentozar.com/StackOverflow2010.7z 2>&1 | tee -a /tmp/wget_logfile.log
22+
wget --no-check-certificate -O StackOverflow2010.7z 'https://github.com/dataplat/docker/releases/download/1.0/StackOverflow2010.7z' 2>&1 | tee -a /tmp/wget_logfile.log
2323
7z e StackOverflow2010.7z > /tmp/7z_logfile.log
2424
mv /tmp/Stack*mdf /var/opt/mssql/data/
2525
sqlcmd -S localhost -d master -i /tmp/attach-db.sql

0 commit comments

Comments
 (0)