Auditing Status

You can enable or disable the auditing feature by using the database.audit.Enable setting. Use the settings_write_bool procedure to enable/disable the auditing feature.

Microsoft SQL Server Example

To enable the auditing feature in Microsoft SQL Server, use the following code:

exec settings_write_bool 1,'database.audit','Enabled'

Related Topics

Detailed Configuration

Options Setting

SETTINGS_WRITE_STRING Procedure



Legal Notices | Your Privacy Rights
Copyright © 1999, 2020

Last Published Friday, March 19, 2021