SQLAudit 2.0.1.0 released

T-SQL Script Generator for SQL Server 2000/2005 to Allow Auditing on Database Tables using Triggers and Additional tables for Auditing. SQL Audit is made up of two .NET 2.0 Assemblies: SqlAudit.dll and SqlAuditGenerator.exe

Changelog :

  • Bug fix: When FireUpdateTriggerForDifferentValuesOnly is set to true, the current script is not handling NULL values.
  • Added SET ANSI_NULLS OFF to the trigger creation script.
    (Thanks to Richard Tang: http://sourceforge.net/forum/forum.php?thread_id=2189296&forum_id=666866)