Compare data of two tables
Script to facilitate the comparison of data between two SQL Server tables
2019-09-23 (first published: 2019-09-07)
3,775 reads
Script to facilitate the comparison of data between two SQL Server tables
2019-09-23 (first published: 2019-09-07)
3,775 reads
By Steve Jones
This month we have a great invite from Joe Fleming, a first time host...
Joe Fleming wants to know how I solve weird problems. I’m not sure I’m...
By Brian Kelley
I didn't have these in my slides for the Techno Security & Digital Forensics...
Comments posted to this topic are about the item The Trigger Updated Column(s)
Hi, I have a situation in one of the applications I am working on...
As the title says , I've got a handful of stored procs where the...
In a trigger, I can use UPDATE() or UPDATED_COLUMNS() to determine which columns were changed. For these functions, which one accepts a column name as a parameter?
See possible answers