How To Find the Objects and Columns a Stored Procedure or View Uses
By Lori Brown | Dependencies , Object Information , SQL Administration , SQL Development , SQL Server
In my last post I covered finding objects that reference another object using the dmf, sys.dm_sql_referencing_entities. (https://www.sqlrx.com/finding_things_sql_that_reference_a_table/ ) Now let’s reverse that and find what objects are referenced in stored procedures or views. When updates are needed to business logic often that happens in these objects. If the stored procedures or views are large with […]
Continue reading