It would be nice to know how to create a trigger that auto-updates the modifiedDate column in my SQL Server table:
Table TimeEntry
Id (PK)
UserId (FK)
Description
Time
GenDate
ModDate
Trigger code:
+   TR_TimeEntry_UpdateModDate()
+   TR_TimeEntry_InsertGenDate()
An example for update ModDate would be nice.
 
     
    