I have a table with 3 fields [ID, Name, LastUpdated]. LastUpdated has a default value of \"GetDate() so it automatically fills itself when a new record is added.
Update table1 set LastUpdated = getdate() from inserted i, table1 a where i.pk1 = a.pk1