Reputation: 3988
When I try to connect from an application to a SQL Server environment on the same machine, the connection fails. I tried to telnet to following
telnet 127.0.0.1 1433
but I got following message:
Could not open connection to the host, on port 1433: Connect failed
Note: When I tried to ping, it was successful.
I need to enable port number 1433 on SQL Server. I am using SQL Server 2008 client (management studio) and SQL Server 2008 Express engine.
Upvotes: 7
Views: 49174
Reputation: 3988
The YouTube video How To Connect SQL Server with Internet solved my problem, at the 5:32 mark.
Steps to enable port number 1433 on MS SQL Server 2008:
Upvotes: 19
Reputation: 1048
Even if you did all the steps correctly Note that some vendors have a firewall (like Google Cloud), you need to add the port on the system firewall (not on the local).
Upvotes: 1