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.
<Machine Name>\SQLEXPRESS
instead of just<MachineName>
. If you need to enable remote connections or to do some general troubleshooting with this stuff, then perhaps this resource could be of assistance? – DarciedarcySQL Server Configuration Manager
). – Darciedarcy