views:

15

answers:

1

What's the best tool to reverse engineer an SQL Server 2005 to an entity-relationship Model diagram? Could it be done usin SSMS?

A: 

Do you need more than the Database Diagram functionality provided in each database in SSMS? This will generate a diagram with any tables you choose and any relationships that are defined.

I've also used Visio which is useful if you have a large number of tables and need more control over the diagram.

Paul Spangle
I was actually not aware of the Database Diagram, which worked fine!
Rodrigo Gama