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

alt text alt text

by default tcp-ip disabled. need run sql server configuration manager->sql server network configuration , enable protocol, restart sql server service


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -