SQL Server 8
Hello,
I'm trying to run sp_depends on a view. Yesterday, it gave me both sides of dependencies (what it depends on, and what processes depends on it).
This morning, however, I'm just getting what the view references and/or depends on. Not good because I want to change a couple of JOINs in the view, but before I do I want to get record counts from whatever sp's/views/funcs depend on it. But now it won't tell me what's referencing my view.
Could there be some setting that's causing this malfunction?
Any ideas would be greatly appreciated.
Thanks,
Jason
Hello,
I'm trying to run sp_depends on a view. Yesterday, it gave me both sides of dependencies (what it depends on, and what processes depends on it).
This morning, however, I'm just getting what the view references and/or depends on. Not good because I want to change a couple of JOINs in the view, but before I do I want to get record counts from whatever sp's/views/funcs depend on it. But now it won't tell me what's referencing my view.
Could there be some setting that's causing this malfunction?
Any ideas would be greatly appreciated.
Thanks,
Jason