Comments
-
Is there an API for the connector so that we could develop something in-house to allow us to connect to logs that are not already built-in? (in this case to SQLAuditor.exe).
-
As a means of examining the events your system is auditing, the following query is helpful: SELECT name as 'Audit Name', status_desc as 'Audit Status'., audit_file_path as 'Current Audit File' FROM sys.dm_server_audit_status The current list should show roughly 33 if you are meeting the government STIG requirement for SQL…
-
Just to add some additional information to this question above about the STIGs from the original author... ultimately, if the tool could remove the audit requirement from SQL Server, this would serve us best: V-79145 STIG ID SQL6-D0-005500 CAT II states: "Design and deploy an Audit that captures all auditable events and…