Clients inside the network cannot connect to Azure SQL Database using SQL Studio.

Perez, Alexis (ACS) 0 Reputation points
2024-10-23T17:34:09.8233333+00:00

We are trying to establish a connection to an SQL Database on Azure using SQL studio. We are receiving the error message below.

User's image

Azure SQL Database
{count} votes

2 answers

Sort by: Most helpful
  1. hossein jalilian 13,280 Reputation points Volunteer Moderator
    2024-10-23T17:49:43.17+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    • Azure SQL Database requires TLS 1.2 by default. Make sure your client machine supports TLS 1.2.
    • In SSMS connection properties, ensure "Encrypt connection" is set to TRUE
    • Verify that the user attempting to log in has access to the selected database with at least the minimum required permissions.

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


  2. Perez, Alexis (ACS) 0 Reputation points
    2024-10-30T14:11:28.78+00:00

    @Oury Ba-MSFT Thanks for your replay. Yes we have several endpoints enabled. Those located in the Home Networks can connect fine, those in the corporate cannot.

    User's image


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.