开发者

Not able to telnet sql port 1433 locally or remotely

I need to connect to a SQL server 2000 from SQL server 2008. but I can not connect to it. It says me server name or instance are incorrect. error message:

Cannot connect to dpsobhanxxx-xxx.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)

however when I run telnet 127.0.0.1 1433 in the computer running SQL server 2000 it tells me connection failed. I started telnet in windows services. when I run netstat -an there is no 1433 port.

I enabled TCP/IP port in SQL server开发者_如何学Python Client network utility with 1433 port. but doesn't work.


Check your firewalls - on both computers and between them (if any).

If this port is blocked, the behavior you are seeing is exactly what I would expect.


After two days I found the solution so I'll Share it here: Just upgrade your SQL server 2000 to SQL server 2000 SP3

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜