I want to know differences between audit action groups of AUDIT SPECIFICATION and audit event class of SQL Tracer in Microsoft SQL Server.
I intend to implement a logging program by setting audit event class through sp_trace_setevent procedure.
Using audit event class of SQL Tracer, how much performance is decreased relative to using audit action groups of AUDIT SPECIFICATION?
I also wish to know differences of action mechanism between them.