In this article
This option enables SQL Server auditing at the survey database level. Refer to the Forsta Administrator documentation for details on how to turn it on. When enabled, all surveys created for a company will have database auditing enabled. This audit log is not accessible through the Forsta Plus user interface. To access the audit logs, go to the SQLAudit folder configured in System Configuration. You can also query the SQL Audit logs by using:
SELECT * FROM sys.fn_get_audit_file ((SELECT audit_file_path FROM sys.dm_server_audit_status WHERE name = 'Audit-SQL'),default,default)