SQL Azure Database XXX Unavailable

I just created a user database using the Azure SQL Portal.

I can manage my database using the portal, but I don't like it. This is not very convenient. I connected my administrator to my instance using Management Studio . When I try to change the database from "master" to my user database, I get the following error:

SQL Azure Database XXX Unavailable

How can I solve this problem?

Thanks Tal

+4
source share
2 answers

Make sure you are using Management Studio 2008R2 well. Remember to specify the db that you want to manage on the Connection Settings tab.

Additional information with screenshots at http://debugmode.net/2010/12/13/connecting-from-sql-server-2008-management-studio-to-sql-azure/

+6
source

Recommendations for connecting to an Azure SQL database: http://msdn.microsoft.com/en-us/library/ee336282.aspx

0
source

All Articles