Share via

Unable to connect SQL server in SSMS

Vijayakumar Bangaru (Capgemini America Inc) 40 Reputation points Microsoft External Staff
2026-03-02T14:52:29.21+00:00

TITLE: Connect to Server ------------------------------

 

Cannot connect to cpestaging.database.windows.net.

 

------------------------------ ADDITIONAL INFORMATION:

 

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)..

 

For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-10060-database-engine…

 


 

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond

 

------------------------------ BUTTONS:

 

OK ------------------------------

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 35,501 Reputation points MVP Volunteer Moderator
    2026-03-03T22:04:48.01+00:00

    Most of the times is a DNS resolution issue. Download and run this PowerShell script from GiHub, it will provide a diagnostic after some tests it performs.

    In addition to the tool, If you are trying to connect from a company network, make sure TCP port 1433 is not blocked. You can also try to connect outside the corporate network using a WIFI intended for guests. Make sure Windows Firewall or other security software do not have port 1433 blocked also. Add your client IP address on the list of trusted IP addresses on Azure SQL firewall.

    Finally, examine Resource Health on the Azure Portal because the error may be related to an incident or in-progress planned maintenance.

    User's image

    0 comments No comments

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.