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
337 stars 59 forks source link

Add server side version to `sqlcmd --version` #263

Open stuartpa opened 1 year ago

stuartpa commented 1 year ago

kubectl shows server/cluster side version when running kubectl version, it would be nice to do the same for sqlcmd --version.

(Also, should we implement sqlcmd version as an alias for sqlcmd --version , to be more consistent with modern POSIX style CLIs