Connecting to SQL Server 2000 through TCP/IP on localhost failed -
i have tried connect sql server 2000 through tcp/ip.
i followed these steps , enabled sql server 2000 on port 1433.
then used command test whether port opened up:
telnet localhost 1433
but found following error:
connecting localhost...could not open connection host, on port 1433: connect failed
and failed connect server following these steps.
how solve problem , connect sql server 2000 through tcp/ip?
see configs
by default tcp-ip disabled. need run sql server configuration manager->sql server network configuration , enable protocol, restart sql server service
Comments
Post a Comment