How to find everything that depends on a SQL Server table before you change it
Find views, procedures, SSIS packages and Power BI datasets that depend on a SQL Server table — with sys.dm_sql_referencing_entities, recursive dependency queries and what they miss.