SQL Server Auditing

SQL Server auditing was first introduced with SQL Server 2008. This had been long overdue and has provided a great native auditing functionality into the SQL Server Database Engine. This capability enables you to audit server-level actions such as logins and database-level actions such as create table events and individual actions against database objects such as select, insert, delete, or update, and even execution of stored procedures.

Note

All editions of SQL Server 2012 support server-level audits. Database-level auditing is limited to Enterprise, Developer, and Evaluation Editions.

What is an audit? An audit is the combination of several elements into a single package for a specific group of server actions or database ...

Get Microsoft® SQL Server 2012 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.