on ms-sql server, what is the best tool to get all the dependencies between all the objects? [closed]

佐手、 提交于 2019-12-10 12:07:42

问题


im looking for a tool the get an info for documentation about the dependencies between the objects like tables, views, functions, triggers, procedures. the ssms shows some dependencies but i can't get them out for documentation and as microsoft says thei are not comprehensive.

I found a tool-suite "sqltoolbelt" with a module called Dependency Tracker, does anybody know it and how is the experience?

Peace

Ice


回答1:


I would second the shout for RedGate SQL Dependency Tracker.

Just some more information about this product, you can visually map all of your database or filter by specific object types or names. The resulting diagrams have 5 different styles and all of them can be output to PDF, XML or as an image file.

Personally I would seriously recommend you look at the Comparison Bundle of SQL Compare, SQL Data Compare, Dependency Tracker and SQL Packager. All great tools to have, and no I don't work for RedGate, I have just found their tools invaluable for the past 3 years...




回答2:


Red Gate tools are highly recommended. I've use the Sql Toolbelt so it gets my thumbs up.

There is also SQL Search by Red Gate which is a new (free) tool - if you want to get a feel for what the Red Gate tools are like to use, either download that or the trial version of other tools. You'll soon get a feel for what their tools are like to use.



来源:https://stackoverflow.com/questions/2205952/on-ms-sql-server-what-is-the-best-tool-to-get-all-the-dependencies-between-all

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