I recently started using Toad for SQL Server at my org. I'm currently moving the connections we use to encrypted based on Host Name in Certificate. In all other db management apps there is a field to specify the Host name cert address in the connection settings, but I'm not seeing that in Toad.
I attempted to add it to the parameters like...
param name, value
hostNameInCertificate, hostname.something.local
How do you do these types of connections with Toad? I'm prob just missing something obvious but I've looked for documentation and found none. (Or I just missed it)
Thanks in advance.