I have triggers that manipulate and insert a lot of data into a Change tracking table for audit purposes on every insert, update and delete.
This t
From sql server 2008 you can use CDC feature for automatically logging changes, which is purely asynchronous. Find more details in here
CDC