几天前我的旧机器崩溃后,我刚刚建造了一台新机器。我正在运行 Windows 7。我安装了 SQL Server 2012 Express 以及带有工具的 SQL Server Development Edition。
安装后,我确保我可以连接到 Express 版本、本地开发服务器以及多个远程服务器。一切都很棒。
今天早上,我安装了 Visual Studio 2012。因为这样做,我仍然可以连接到我的本地服务器(Express 和 Dev),但我无法连接到远程服务器。我得到的错误是这样的:
A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The wait operation timed out.) (.Net SqlClient Data Provider)
我搜索了一些问题,虽然我发现了一些与此类似的问题,但提到 Visual Studio 的人并不多,也没有人提供解决方案。
更新
我发现我可以使用命名管道进行连接。那么问题是并非我的所有服务器都配置为允许命名管道。