Hello Everyone
I know that one can use sp_depends, sys.dm_sql_referencing_entities and sys.dm_sql_referenced_entities to determine if a table name has dependencies, but what about a column in a table? Is there anything to tell me if a column in a table is actually being used in a query, view or function?
Thank you in advance
Andrew SQLDBA