Question
How to Track When a Record Gets Updated
I'd like to be able to automatically store the date and time
that a record gets updated in a SQL 2000 DB. I currently stamp the
record when it's first created by having a field with a default
value of GETDATE(), but I can't seem to find an easy way to track
the updates.
Thanks!
Thanks!