We have updated our Terms of Service, Code of Conduct, and Addendum.

Database connection unsuccessful: Failed to connect - What certificate is it using?

13»

Answers

  • Shawn Cannon
    Shawn Cannon Posts: 131 ✭✭

    yeah the crazy complex one we have def fails. select, trim, case, if then else, etc

  • Shawn Cannon
    Shawn Cannon Posts: 131 ✭✭

    i may have missed something in the query, testing it again

  • Shawn Cannon
    Shawn Cannon Posts: 131 ✭✭

    joins

  • Ryan Hennessy
    Ryan Hennessy Posts: 21 ✭✭

    Hi <@UJYBKAR2Q&gt;, 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

  • Shawn Cannon
    Shawn Cannon Posts: 131 ✭✭

    yeah I wont have time to get into the weeds today but maybe setup some time next week?

  • Ryan Hennessy
    Ryan Hennessy Posts: 21 ✭✭

    Great, I'll ping you individually

  • <@U012ZP93EER&gt; 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";```