Azure Online SQL Database Management is Unavailable

青春壹個敷衍的年華 提交于 2019-12-07 03:55:56

问题


I am trying to host a sql server on azure to communicate with a node app. I have gone through the process of creating the database server and the database itself successfully. Now, I would like to edit my database structure. From what I have found online, there should be a way to access the database through the management portal with Azure. Every tutorial and other piece of advice I have found (including the MSDN page linked), has instructed me to find the online db management software by clicking a "manage" button on the page that displays my db. However, when I navigate to the proper page, there is no "manage" to click. I have tried accessing it in Safari, Chrome, and IE on a Windows 7 VM but nothing has worked. My exact question is: with all things considered, how do I design my database from the azure portal?

Image as proof:

I'd really appreciate any help with this,

-Alex


回答1:


Did you create a V12 Database?

The manage button that links you to the Azure SQL Database Management Portal (http://yourservername.database.windows.net) is not supported by a V12 Azure SQL Databases. For more info, take a look at the Limitations section of this article: http://azure.microsoft.com/en-us/documentation/articles/sql-database-preview-plan-prepare-upgrade/


Microsoft recommends Visual Studio 2013 Community Edition ( A Full Featured IDE - FREE! ). Download link here: https://www.visualstudio.com/products/visual-studio-community-vs

you can run this inside your windows 7 VM

In visual studio 2013, you'll have about the same capabilities as the old Azure SQL Database Management Portal.



来源:https://stackoverflow.com/questions/29837141/azure-online-sql-database-management-is-unavailable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!