Audit Triggers Generator for SQL Server


Audit Triggers Generator for SQL Server

50% OFF on all items

All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).
All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source).

If you need same app for MySQL, please see our portfolio.

Need Source Code?

Click here to download the same app with source.

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.

Features:

  • It supports SQL Server database.
  • It creates audit tables (one per table).
  • It creates two (update and delete) audit triggers (per table).
  • Audit table keeps history of the updated/deleted records.
  • You can choose which tables to audit.
  • You can choose which triggers to generate (update, delete or both).
  • Nullable columns have been handled.
  • Completely indented code is generated.