Using sys.sql_expression_dependencies as a Single Source to Find Referenced and Referencing Objects
By Lori Brown | Dependencies , Object Information , SQL Administration , SQL Development , SQL Server
I thought I would continue to expand on ways to view dependencies. This post will give you an alternate way to find things referencing tables and finding things that are referenced by a stored procedure or view after my previous posts on the subject. See these (https://www.sqlrx.com/finding_things_sql_that_reference_a_table/ & https://www.sqlrx.com/how-to-find-the-objects-and-columns-a-stored-procedure-or-view-uses/ ) A different way to find […]
Continue reading