Tools to visualize a database and understand the datamodel quickly [closed]

纵然是瞬间 提交于 2019-12-03 20:33:12

Have you tried Visio at all? While it does not satisfy everything you asked for it can reverse engineer a database and make very appealing diagrams with a little work.

I have never used it to understand an existing database, but I have used it to explain databases I have created.

You could have a look at wsSqlSrvDoc. It's a nice little tool that works with Sql Server extended properties and creates a MS Word document.

The print-out of all column properties (with foreign key relations) works out of the box. For further descriptions on each field you have to set up extended properties of those columns in Sql Server Management Studio.

The downside however is that it's not free (but quite afordable). And if you just need to create a documentation for a "not work in progress" DB that's more or less finished than it would be enough to use the free trial i'll guess.

Jason Morgan

This question is related to an older question, Link:A good database modeling tool?

From the answer to this question, e.g. fabFORCE.net dbDesigner might be what you are looking for.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!