Missing menu items for Azure SQL tables within SQL Server Management Studio?

Posted by Sid on Server Fault See other posts from Server Fault or by Sid
Published on 2012-10-10T09:06:59Z Indexed on 2012/10/10 9:40 UTC
Read the original article Hit count: 214

Filed under:
|
|

I have a table (say Table1) that is replicated via SQL Data Sync Agent across a local SQL Server 2012 as well as an Azure SQL Server (part of Microsoft Azure). Everything about Table1 (schema, table values etc ) is identical to the best of my understanding.

However, when I list and right click Table1 from Microsoft SQL Server Management Studio 2012 (SSMS), I get some very different menu options, even for seemingly basic stuff.

Lets focus only on the 'Design' menu item:

  1. It is visible for Table1 on the local SQL server in SSMS
  2. It is missing for Table1 on Azure SQL via SSMS
  3. It is visible for Table1 (as Open Table Definition) on Azure SQL when reaching it via Visual Studio 2012 (Server Explorer -> Data connections)

This is seen in the screenshots below: enter image description here

Now I use scripts from some real stuff (esp when I need to check in the SQL scripts etc) but this difference concerns me to some extent.

Am I witnessing just a tools artifact in SQL Server Management Studio when connecting to Azure SQL? or is it something more serious about limitations of Azure SQL itself (although, just seeing the Design surface is so basic!)?

© Server Fault or respective owner

Related posts about Azure

Related posts about mssql-ssms