September 7, 2012 at 9:01 am
Can anyone explain me that do we get any performance issues when we implement database auditing on whole database. This database is used very limitedly though..but still I want to know by auditing
in this format, do we get any performance impact on database or not
I am implementing auditing : SCHEMA LEVEL AUDITING
CREATE DATABASE AUDIT SPECIFICATION Example2
FOR SERVER AUDIT ADEVNTUREWORKSAudit
ADD (INSERT,UPDATE,DELETE,SELECT
ON SCHEMA::dbo
BY public)
WITH (STATE = ON)
GO
If someone could explain me that would be great. Thanks
September 17, 2012 at 12:19 pm
Linchi Shea did some great analysis on this very question.
The performance impact of SQL 2008 R2 Audit and SQL Trace
He also did a 3-part series on the perils of using synchronous auditing in SQL Audit. Well worth a read.
Hope these help.
September 17, 2012 at 1:59 pm
Thanks for good post..That is whay I would like to go for SQL Server side tracing..
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy