For the complete documentation index, see llms.txt. This page is also available as Markdown.

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