I want to implement auditing in my application. I don't want to add boilerplate code throughout applications and also using trigger will have an impact on the performance which cannot be done as most of the data processed is to be shown in realtime.
Is there any other way to do so. I am currently using SQL server 2005.