2024-08-05
333 reads
2024-08-05
333 reads
2019-05-07
834 reads
After spending decades working in SQL Server, getting familiar with PostgreSQL felt like traveling...
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...
Anyone got any good advice for performance tuning CDC on a Managed Instance? We...
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...
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