SQL Dependency Tracker - 2.4

SQL Dependency Tracker

Learning SQL Dependency Tracker - 2.4

Using SQL Dependency Tracker

SQL Dependency Tracker enables you to track dependencies within and between Microsoft® SQL Server databases.

This is useful, for example, in a development environment when changes to a database are planned. Before the changes can be safely made to the database schema, it is important to know which other parts of the schema will be affected by the changes. The removal of a column from a table, for example, will affect any stored procedures that reference that column. In order to maintain the integrity of the database, these dependents will also have to be changed.

With SQL Dependency Tracker, you can select the objects that are going to be changed, and SQL Dependency Tracker will automatically find their dependencies for you. If required, it will also find objects that are dependent on the dependencies, and so on. You can then look at the creation SQL of the dependent objects to determine whether they will be affected by the proposed change.

When you have identified the dependencies, you can save a record of the dependency diagram, for example for archiving or inclusion in a report, by exporting to PDF, image, or XML format.

SQL Dependency Tracker is compatible with SQL Server 2000 and SQL Server 2005.

For information on what's new in this version, see http://www.red-gate.com/support/versions/version2xx_sqldependencytracker.html.

See Also

Working with projects

Analyzing the diagram

Worked example

Was this article helpful?

Search support
Forums