Comments
Sort by recent activity
I am having the same issue.
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 / comments
I am having the same issue.
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...