Audit Triggers Generator for SQL Server is a Windows desktop application that generates audit tables and audit triggers for SQL Server database without writing script manually. The purpose of this application is to make software development easy. It creates audit tables (one per table) and triggers (update and delete) per table. The triggers insert data in the relevant audit table when data is updated/deleted in a table.