SQL Azure“无法访问数据库 XXX”
我刚刚使用 SQL Azure 门户创建了一个用户数据库。
我可以使用门户管理我的数据库,但我不喜欢它。不太方便所以 我使用 Management Studio 将管理用户连接到我的实例。当我尝试将数据库从“master”更改为我的用户数据库时,出现以下错误:
SQL Azure“无法访问数据库 XXX”
我该如何克服这个问题?
谢谢你,塔尔
I just created a user database using the SQL Azure portal.
I can manage my database with the portal, but I don't like it. It's not too Convenient so
I connected with my administrative user to my instance with the Management Studio. When I try to change the database from "master" to my user database i get the following error:
SQL Azure "The database XXX is not accessible"
How can I overcome this problem ?
Thank you, Tal
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查您是否正确使用 Management Studio 2008R2
不要忘记在“连接选项”选项卡中指定要管理的数据库。
更多信息及屏幕截图
http://debugmode.net/2010 /12/13/从-sql-server-2008-management-studio-to-sql-azure连接/
Check that you well use Management Studio 2008R2
Do not forget to specify the db you want to manage in the Connection Options tab.
More info with screenshots on
http://debugmode.net/2010/12/13/connecting-from-sql-server-2008-management-studio-to-sql-azure/
连接到 SQL Azure 数据库的指南:http://msdn.microsoft.com/en -us/library/ee336282.aspx
Guidelines for connecting to SQL Azure database: http://msdn.microsoft.com/en-us/library/ee336282.aspx