Viewing post 1 (of 1 total)
This answer uses a number of deprecated tables that will no longer be supported.
Here's a simpler way to achieve the same thing:
SELECT DISTINCT p.name AS proc_name, t.name AS table_name
FROM sys.sql_dependencies...
May 16, 2014 at 8:55 am
#1714222