Activity overview
Latest activity by msq
SQL Dependency Tracker hangs when switching application
I seem to be regularly encountering a problem with SQL Dependency Tracker in that it appears to hang when I switch to another application such as Excel or SQL Data Compare. As I need to use the in...
That's a shame, as I think the order in which objects appear has a relevance. If you are looking at the objects used by a stored procedure, the order in which they are called/referenced determines the whole operation of the stored procedure.
Could I suggest that a sort option be provided in a later version of the product. Alternatives could include alphabetic and logical order. / comments
That's a shame, as I think the order in which objects appear has a relevance. If you are looking at the objects used by a stored procedure, the order in which they are called/referenced determines ...
What is sort order in Dependencies Tree ?
What order are objects sorted in the "Uses" section of the Dependencies tree ? I would have expected them to be either in the same order as they are accessed by the calling object or possibly in a...
Show how tables are accessed by stored procedures
I'm new to SQL Dependency Tracker, but I'm finding it incredibly useful already. However, is there any way of showing whether tables are being updated by another object or whether they are simply "...