Azure SQL Database

Overview of the Azure SQL Database service

Connecting to Azure SQL Database

brew install sqlcmd

sqlcmd -S <server-name>.database.windows.net -d <database-name> -U <user-name> -P <password>

Last updated

Was this helpful?