Created
August 27, 2023 09:57
-
-
Save dasgoll/2c8ef980e9a8f1fb1f7782487edc300a to your computer and use it in GitHub Desktop.
Connect sqlcmd to SQL Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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