Hi SSC,
Unfortunately I think I probably know the answer, but figured I'd ask anyway. I've been writing a proc to identify the proc(s) which update a given table. I can do this by using sys.dm_sql_referenced_entities where [is_updated] = 1. Howev
Unfortunately I think I probably know the answer, but figured I'd ask anyway. I've been writing a proc to identify the proc(s) which update a given table. I can do this by using sys.dm_sql_referenced_entities where [is_updated] = 1. Howev