Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created August 27, 2023 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/2c8ef980e9a8f1fb1f7782487edc300a to your computer and use it in GitHub Desktop.
Save dasgoll/2c8ef980e9a8f1fb1f7782487edc300a to your computer and use it in GitHub Desktop.
Connect sqlcmd to SQL Server
sqlcmd -S openbanking-dev.jay.com -U admin -P F00B00T00 -C
select name from sys.databases
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment