Does anyone have a link or information about the overhead involved when you turn on server auditing with something like:
ALTER SERVER AUDIT Test_Server_Audit
WITH (STATE = ON);
I realize it's partially dependent on how active a database is but just how much overhead are we looking at?
Don