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.
Tags: audit table,audit trigger,database audit,database history,database log,database provenance,delete trigger,sql server audit,sql server audit triggers,sql server log,sql server provenance,sql server records history,table log,update trigger