I cannot connect to any remote SQL Server instances from my system. I used to connect them from SQL Server Management Studio. Moreover, I can still connect to the same SQL Servers remotely from another systems (my colleagues' system).
I am getting following error:
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (.Net SqlClient Data Provider)
Error Number: 53
Severity: 20
State: 0
I have checked:
- Named pipes/TCP is enabled.
- Remote connections are allowed.
- Windows Firewall is off.
- Enabled everything in SQL Server Configuration Manager.
Also, I have tried everything mentioned in this post-
But still could not solve my problem. Please suggest any method which allows me to fix this error and connect to the remote servers again.