by Jean-Rene Roy
15. January 2010 10:47
What is Auto Audit? Well this is a free tool that help finding out what append to your data in a OLTP database. T-SQL codegen script that creates complete audit trail triggers for SQL Server 2005 / 2008. Includes back-out procs, and view deleted rows. also adds Created, Modified, and RowVersion columns to table. Requires single-column integer primary keys. AutoAudit proc applies trigger on your table and more. I did a video that show how this is working and also show the new Debugger in SSMS.
You can find the Auto Audit at this link: http://autoaudit.codeplex.com/releases/view/42619
View the video with this link: http://www.devteach.com/download/video/autoaudit.htm
