Forum Discussion
Andrey_Shvidky
Sep 05, 2024Copper Contributor
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