我可能是第 100 万人发帖,但其他人的解决方案对我没有帮助。我在 Microsoft SQL Azure 上有一个数据库。我尝试使用 Visual Studio 2010 的“连接到数据库”工具连接到它。
从我的 Windows 7 机器上,我可以很容易地连接到它。但是在我的 Windows Server 2008R2 机器上,我遇到了经典错误 -
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)
网络上的所有帖子似乎都集中在服务器端的问题上,没有人关心客户端是否流氓。:(
感谢您的回复。