Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

dm_sql_referenced_entities view-mediated updates

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles