No UI dialogs in MS Azure / SQL Server Management Studio

心已入冬 提交于 2019-12-10 10:34:09

问题


Recently, I purchased a licence for a Microsoft Azure SQL Server 2012 (packet "S0" - Standard, 250 GB)

When I connect with SQL Server Management Studio 2012 to this database, then all the user interface dialogs for creating tables, setting up users, etc. are gone.

You can only script and execute pure SQL statements.

Even the table editor is gone, so you even cannot edit the data in a table!

If I connect to a local database, then everything works. So the problem must be related to the Azure Database. Can anyone help ?


回答1:


If this is Azure SQL Database, then keep in mind that this is not the same as SQL Server 2012 although you can use the same tools to connect to it. This behavior is therefore correct and normal. If you have installed or used an image for SQL Server on a VM then you should have everything as you expect.



来源:https://stackoverflow.com/questions/26978549/no-ui-dialogs-in-ms-azure-sql-server-management-studio

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