Database connection unsuccessful: Failed to connect - What certificate is it using?
Answers
-
yeah the crazy complex one we have def fails. select, trim, case, if then else, etc
0 -
joins
0 -
i may have missed something in the query, testing it again
0 -
Hi <@UJYBKAR2Q>, Ryan from Product here, I'm catching up on this string and interested to hear about your use case. Would you have some time to chat to Tomer and I? We are interested to discuss how you are trying to connect to your SQL server instance
0 -
yeah I wont have time to get into the weeds today but maybe setup some time next week?
0 -
Great, I'll ping you individually
0 -
<@U012ZP93EER> My testing has been with Azure, which worked as expected. Here is the ADO format ADO Format: ```Server=tcp:<server>,1433;Initial Catalog=<database>;Persist Security Info=False;User ID=<username>;Password={your_password};Encrypt=True;TrustServerCertificate=False;Authentication="Active Directory Password";```
0