I would like to make 1 audit table or a copy of each table used for auditing in a SQL Server 2008 database. I found a way to use triggers that will make a copy of the insert/ update into a copy of a table (it would only insert a blank row for a delete) however this approach will not work well for the...