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
323 stars 56 forks source link

feat: Change Password #461

Closed shueybubbles closed 9 months ago

shueybubbles commented 9 months ago

Fixes #458 Like the old sqlcmd, -Z and -z are not mutually exclusive, but -Z trumps -z If the user doesn't provide -P, -z, or '-Z' and the interactive connection fails with error 18488 we prompt the user for a new password.