Execute Audited database initialization script

Automatically execute or not the K2BAuditInitializationCommands.sql script.

It is intended to be used in development environments where connection to the database is not available or allowed (insufficient privileges). When turned it off (false) K2BAudit still generates it but does not try to execute it.

As running the script is very important for K2B Audit triggers to work properly, the developer must assure it is executed, for example, using an interactive SQL utility.

Values

True The K2BAuditInitializationCommands.sql script is executed every time it is created. 
False The script is NOT executed

Default: true

See also