简体   繁体   中英

Missing Database Diagrams node for SQL Azure database in Microsoft SQL Server Management Studio SSMS 2012?

When connecting to a windows azure SQL server database from SQL server management studio, the database diagrams node appears to be missing.

See attached image. I installed from 'en_sql_server_2012_enterprise_edition_x86_x64_dvd_813294' but can't find the option.

在此输入图像描述

Maybe my DBA needs to enable diagramming? Per SQL Server Management Studio Display Database Diagrams (ER) Permissions

Since July 2015 there has been a preview version of SSMS where the Management Explorer has allowed database diagrams on Azure, it works great so the tooling has almost finally caught up.

Search for "SQL Server Management Studio preview". Currently the April 2016 preview can be downloaded here

https://msdn.microsoft.com/en-us/library/mt238290.aspx

This appears to be SQL Azure and not SQL Server 2008 R2 (based on the presence of the Federations node in the supplied screenshot). Right now, your best bet to diagram the database is to create the database locally on SQL Server and generate the diagram from there. Hopefully the tooling catches up for SQL Azure soon!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM