I need to add a datetime column to a table that will indicate the last time each row was inserted or updated. It has to be updated regardless of how it is updated, namely with RBASE or Ottero.
I want this value to survive a reload or an unload/load. It believe this rules out a computed column Is a trigger the only way to accomplish this? Thanks in advance, Dennis McGrath

