Cannot connect Azure SQL Database to SSMS or Azure Data Studio
Getting the error message below every time I attempt to connect my Azure SQL Database to SSMS or Azure Data Studio. I am working off my corporate laptop, so not sure if it is a firewall/network issue.
TITLE: Connect to Server
Cannot connect to dp300ttamimi.database.windows.net.
ADDITIONAL INFORMATION:
Connection Timeout Expired. The timeout period elapsed while attempting to consume the pre-login handshake acknowledgement. This could be because the pre-login handshake failed or the server was unable to respond back in time. The duration spent while attempting to connect to this server was - [Pre-Login] initialization=414; handshake=29590; (Microsoft SQL Server, Error: -2)
For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver--2-database-engine-error
The wait operation timed out
BUTTONS:
OK
2 answers
Sort by: Most helpful
-
-
RahulRandive 9,901 Reputation points
2023-10-16T19:50:47.1333333+00:00 Please run the SQL Connectivity checker
The SQL Connectivity checker is a PowerShell script that automates a series of checks for the most common configuration issues. Most issues it detects come with recommended solutions.
Copy the PowerShell script to run the Checker Tool on the client computers where the error is occurring.
Provide the server, database, admin user and password in the script and execute.
Once the checker is executed, it will generate an output file on your local machine, which will contain the root cause of the connectivity issue.
Thank you!