Hello guys, I want to log any changes made to table A into table B on insert/update (Table B is table A audit, Basically table B recoreds who changed what value in table A) I do Insert and Update on table A thru store procedure. Now which way is the best: Insert those new values into table B in the same...