1

我正在尝试通过 Visual Studio 连接到 Windows azure 数据库

这是我的步骤:

  • 我在服务器资源管理器上按添加连接
  • 填写服务器名称.database.windows.net
  • 选择使用 SQL 服务器身份验证
  • 填写用户名和密码
  • 输入数据库名称

当我按确定时,我必须等待一段时间,然后它给出错误 40:无法连接到 sql server。

我的 Azure 服务器设置为接受来自 (0.0.0.0 - 255.255.255.255) 的 IP,MicrosoftServices 也是如此,有人可以帮我解决这个问题吗?我真的被困住了,我已经尝试了我能想到的一切:(

我正在关注本教程: http ://social.technet.microsoft.com/wiki/contents/articles/2151.windows-azure-and-sql-azure-tutorials-tutorial-2-using-sql-azure-en- us.aspx

卡在第7步...

4

3 回答 3

0

Please make sure the username is correct. You can also try to use the following format:

<login>@<server>

In addition, I would like to suggest you to check http://msdn.microsoft.com/en-us/library/windowsazure/ee336282.aspx for some general troubleshooting guidelines about connecting to SQL Azure.

Best Regards,

Ming Xu.

于 2012-04-20T07:36:09.873 回答
0

您需要运行 SQL Server 2008 R2(+ Service Packs)才能通过 SSMS(SQL Server Mgmt Studio)进行连接

于 2012-04-19T11:44:23.743 回答
0

您连接的位置是否会阻止端口 1433 上的出站流量/连接?这实际上比人们意识到的要普遍一些。如果您 100% 肯定它没有被阻止,我建议您尝试两件事:a)删除并阅读规则 b)使用您实际来自的 IP 放入更具体的规则。

于 2012-04-19T11:45:14.553 回答