Viewing 2 posts - 1 through 2 (of 2 total)
Lowell (11/7/2008)how about this idea:turn each query into a view, then use sp_depends VIEWNAME, then drop the views when completed?
Lowell (11/7/2008)
turn each query into a view, then use sp_depends VIEWNAME, then drop the views when completed?
very nice, it's exactly what I need !!!! 😀
thank you all...
November 13, 2008 at 2:52 am
#897944
In fact, there are approximately 100 queries and I must know tables and fields used by those queries, so I'm trying to find a quick way to get this.
November 7, 2008 at 11:17 am
#895731