【发布时间】:2011-08-20 15:26:20
【问题描述】:
我需要从 SQL Server 2008 连接到 SQL Server 2000。但我无法连接到它。 它说我的服务器名称或实例不正确。 错误信息:
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)
但是,当我在运行 SQL Server 2000 的计算机上运行 telnet 127.0.0.1 1433 时,它告诉我连接失败。
我在 Windows 服务中启动了 telnet。
当我运行netstat -an 时,没有1433 port。
我在 SQL Server 客户端网络实用程序中启用了 TCP/IP 端口和 1433 端口。但不起作用。
【问题讨论】:
标签: sql-server sql-server-2005 sql-server-2008