使用SQL Server Management Studio无法连接到SQL Azure的(Cann

2019-09-17 15:54发布

我有在Azure门户创建SQL Azure数据库,现在我想使用SQL Server Management Studio连接到它。 我已经把我的属性是这样的:

Server Type:Database Engine:
Server Name:[mycred].database.windows.net
Authentification: SQL Server Authentification
username: myusername
password: mypassword

但是,当我尝试使用这些属性连接我得到一个错误:

而与SQL Server建立连接时出现与网络相关的或特定于实例的错误。 服务器未找到或无法访问。 验证实例名称是否正确,以及SQL Server配置为允许远程连接。 (provider:命名管道提供程序,error:40 - 无法打开到SQL Server的连接)(Microsoft SQL Server的,错误:53)

而我有我的SQL Azure数据库配置防火墙。 如何解决这个问题?

Answer 1:

您的要求一直没有离开你的机器,这就是为什么它返回网络错误。 这可能有几个问题,第一个开始使用SQL Server Management Studio中。 你必须有SSMS 2008 R2任何非R2版本将无法正常工作。

以下是你需要执行,以解决问题和应用解决方案的测试列表:

http://social.technet.microsoft.com/wiki/contents/articles/sql-azure-connectivity-troubleshooting-guide.aspx



文章来源: Cannot connect to SQL Azure using SQL Server Management Studio