I am using trigger after update , I created table to store the changes, I want record also the reason behind change , so when ever the trigger fires I want to update that specific record , is there a way to get that 'transaction ID' to be used when updating. like .. Update tblAudit set reason = 'some reason' where ??
Asked
Active
Viewed 88 times