Two tables: second table (T2) is a duplicate of the first table (T1) plus it has a ModifiedDt (date field). The goal is to create a record in T2 after every modification & save of T1 with all the values (of T1) that have been changed.
What's the best way to accomplish this?
What's the best way to accomplish this?