Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ombak/d6aa33f07df9159d8ef4263c9f817bdf to your computer and use it in GitHub Desktop.
Save ombak/d6aa33f07df9159d8ef4263c9f817bdf to your computer and use it in GitHub Desktop.
sudo docker exec -it sql1 /opt/mssql-tools/bin/sqlcmd \
-S localhost -U SA -P '<YourStrong!Passw0rd>' \
-Q 'ALTER LOGIN SA WITH PASSWORD="<YourNewStrong!Passw0rd>"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment