Monitoring, Maintaining, and Tuning, For Database Administrators, For IT Professionals

SQT11 Introduction to Auditing

12/11/2012

4:15PM - 5:30PM

Level: Introductory to Intermediate

David Dye

Sergeant

Cape Coral Police Department

The ability to audit in SQL server has been available for quite some time using different tools and techniques. This session will outline several methods to implement auditing, but will focus primarily on SQL Audit. SQL Audit provides the ability to track and log activities and changes at the instance or database level built upon Extended Events SQL Audit provides both synchronous and asynchronous capabilities. The granularity of events that can be monitored and tracked with SQL Audit can only be matched by means of using a SQL Profiler trace, but provides reduced overhead. This presentation will provide insight into the internals of SQL Audit, along with how to plan, create, and monitor instance and database level audits.

You will learn how to evaluate the most efficient method to audit SQL Server with the understanding of:

  • Benefits and drawbacks to using SQL Server Trace
  • Benefits and drawbacks to using DML triggers
  • Benefits and drawbacks to DDL Triggers
  • Benefits and drawbacks to SQL Audit