Options

Feature Request - filter based on the type of relationship

greenantimgreenantim Posts: 3
edited May 16, 2011 9:58PM in SQL Dependency Tracker
The dependency tracker is good at determining that there is a relationship between objects but for tables I often need to know the type of relationship e.g. Insert, Update and Delete. If a table is referenced in 50 procedures but is only updated in 2 it would be great to be able to filter out all related objects that only select data so that I can focus on those that modify data. Without this feature, I have to look at every related object to see how it uses the table.

Comments

  • Options
    I'm not sure whether it would help, but you could try using SQL Search to look for both the object name and 'update' as part of the same search terms.
    David Atkinson
    Product Manager
    Redgate Software
Sign In or Register to comment.