Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What program can I use to generate diagrams of SQL view/table structure? [closed]

I've been tasked with redesigning part of a ms-sql database structure which currently involves a lot of views, some of which contain joins to other views.

Anyway, I wonder if anyone here could recommend a utility to automatically generate diagrams to help me visualise the whole structure.

What's the best program you've used for such problems?

like image 688
Blorgbeard Avatar asked Aug 06 '08 23:08

Blorgbeard


People also ask

How do I create a SQL Database Diagram?

Create a SQL Database Diagram Use either of the following options: On the File menu, select New and then click Database Diagram. On the Database menu, click Database Diagram. On the Start Page > Database Design dashboard, click New Database Diagram.

How do I create a database schema diagram?

To create a new database diagramIn Object Explorer, right-click the Database Diagrams folder or any diagram in that folder. Choose New Database Diagram on the shortcut menu. The Add Table dialog box appears. Select the required tables in the Tables list and click Add.


1 Answers

I am a big fan of Embarcadero's ER/Studio. It is very powerful and produces excellent on-screen as well as printed results. They have a free trial as well, so you should be able to get in and give it a shot without too much strife.

Good luck!

like image 92
Bruce the Hoon Avatar answered Sep 19 '22 21:09

Bruce the Hoon