0

我一直在忙于处理在同一主题下提出的许多问题,但没有一个解决了我的问题。

我的本地 PC 上安装了 MS SQL 2012 标准(试用版)。我还有一个 MS SQL 标准。server 2005 安装在不同域中的 Web 服务器 (Windows Server 2003) 上。通常我可以使用基础设施提供商提供的静态 IP 地址对 Web 服务器进行 RDP。

现在,我想使用安装在本地 PC 上的 MS SQL 管理工作室访问安装在 Web 服务器上的 MS SQL 服务器。但是当我尝试连接时收到以下错误。我尝试使用与使用 RDP 作为服务器名称登录服务器相同的 IP。

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) (.Net SqlClient Data Provider)

我几乎关注了这个KB 中的所有内容。但是在 web 服务器上禁用了 windows 防火墙。当我在等待基础设施提供商确认没有其他网络级防火墙拒绝访问端口:1433 时,我想知道这里还有什么遗漏的吗?

4

1 回答 1

1

在路由器防火墙上转发端口 TCP:1433 后问题已解决。

于 2013-11-11T06:32:12.403 回答