microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
334 stars 58 forks source link

Add "database" to sqlconfig file (useful for creating contexts to specific user DBs in Azure SQL) #297

Open stuartpa opened 1 year ago

stuartpa commented 1 year ago

Enabled endpoints to be created with default database set, useful for Azure SQL connections. (the local container instances created with sqlcmd create set the default database on the login, so database not needed in the sqlconfig file)