November 29, 2005 at 1:22 pm
I am capturing system date when a new row is inserted with getdate() function, how can I update the date when the row is updated.
November 29, 2005 at 1:26 pm
use a trigger
* Noel
November 30, 2005 at 6:23 am
November 30, 2005 at 9:18 am
Yes, but if you rely on people to remember to update the update column, it won't be updated every time. An update trigger is the best solution.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply