I am looking for a good way to log changes that occur on a particular set of tables in my SQL Server 2005 database. I believe the best way to do this is through a trigger that g
Don't forget that your logging will be part of the transaction so if there is an error and you rollback the transaction, your log will also be deleted.