SQL Server Entity-Relationship Model generation [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionWhat's the best tool to reverse engineer an SQL Server 2005 to an entity-relationship Model diagram? Could it be done usin SSMS?
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.
精彩评论