sql - Update Trigger to populate a ModifyDate field
Posted
by hamlin11
on Stack Overflow
See other posts from Stack Overflow
or by hamlin11
Published on 2010-05-12T22:18:42Z
Indexed on
2010/05/12
22:24 UTC
Read the original article
Hit count: 130
I'm looking for an example of a good update trigger to update the ModifyDate field of a table.
It would be nice to handle the case where an update command updated more than one record in the table.
Is there a good template or tutorial for this?
Thanks
© Stack Overflow or respective owner