Missing Dependent Objects
tadewusi
Posts: 4
I have been using SQL dependency tracker for sometimes now. It looked good initially. I recently discovered that the tool doesn't track all dependencies on a specific object. I'm working on a project that involves daily use of this tool. I have to manually write SQL script to extract/track dependencies across multiple databases.
The weird part of this tool is that it will display the target object as being used by another object, but it will never display the object's dependencies when it is the only object in the project.
:? I updated from schema but to no avail.
Is there something I'm not doing right? May be configuration settling?
The weird part of this tool is that it will display the target object as being used by another object, but it will never display the object's dependencies when it is the only object in the project.
:? I updated from schema but to no avail.
Is there something I'm not doing right? May be configuration settling?
Comments
There is an option in 'Project Options' called 'Add objects that the selected objects use'. This should allow you to choose one object, and Dependency Tracker will pull all of the related objects into the diagram.
If you have any further questions, please let me know.
Your technical team should please look into this anomaly in the next version.
I have 3 table functions A, B, and C.
function A uses funciton B, which in turn uses function C.
Dependecy Tracker finds the dependency b/t B & C, but not A & B. I have even recompiled all of the functions in the order C, B, A, and that did not work. However, "View Dependencies" in SQL Server does pick up the dependencies.
Any thoughts?
Thanks,
Shane