Forum Discussion

Andrey_Shvidky's avatar
Andrey_Shvidky
Copper Contributor
Sep 05, 2024

SSBDiagnose utility missing connection options

After connection encryption default value became true, there is no way to connect SQL server with SSBDiagnose utility if SQL server is not configured to encrypt connection.

<connectionoptions> ::=
[ -E | { -U login_id [ -P password ] } ]
[ -S server_name[\instance_name] ]
[ -d database_name ]
[ -l login_timeout ]

That's all option provided in documentation. Utilities sqlcmd, sqlpackage were extended with parameters such as EncryptConnection or TrustServerCertificate, SSBDiagnose was not

 

No RepliesBe the first to reply

Resources