开发者

Is there a tool that will show diagrams of my SQL database in real-time?

I've created some diagrams of SQL tables using the "Reverse Engineer" feature of Microsoft Office Visio. I like being able to visualize my relational databases in this 开发者_JAVA技巧manner.

However, what I get is just a static document that I can print, e-mail to colleagues, and click widgets on.

Earlier this year, I saw at a demo that the new version of Visual Studio 2010 has a new feature called the "Architect Explorer", which allows developers to view relationships among .net classes on the fly. It has many features for filtering the data that the developer is interested in.

It would be really awesome if I could visually browse my tables and stored procedures and see what is related to what by primary key, foreign key, and referenced in stored procedures. I realize that I'm talking about two entirely different technologies and it's not a perfect analogy, but is there some similar tool that would allow me to visualize tables in my SQL database?


I have seen RedGate SQL Dependency Tracker do this:

SQL Dependency Tracker allows you to dynamically explore all your database object dependencies, using a range of graphical layouts.


If you're already using Visio, you should be able to refresh your database diagrams after they've been reverse engineered from an existing database.

Check out:

About synchronizing database model diagrams with databases

If you have a database model that you created from an existing database with the Reverse Engineer W izard, you can keep the drawing synch ronized with the database.

Is that what you're looking for??

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜