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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -