Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

enter image description here

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

like image 969
Aaron Avatar asked Feb 16 '23 19:02

Aaron


1 Answers

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!

like image 153
Tim Lentine Avatar answered May 19 '23 00:05

Tim Lentine