SQL Server provides several features that you can use for auditing activities and changes on your SQL Server system.
These features enable administrators to implement a defense-in-depth strategy that they can tailor to meet the specific security risks of their environment.
This topic provides links to help you locate the information that you need for using auditing on the SQL Server Database Engine.

In This Section
-
Understanding SQL Server Audit
-
Provides conceptual information about the SQL Server Audit feature.
-
SQL Server Audit How-to Topics
-
Provides how-to information about the SQL Server Audit Feature

Related Sections
-
Server Properties (Security Page)
-
Explains how to turn on login auditing for SQL Server. The audit records are stored in the Windows application log.
-
c2 audit mode Option
-
Explains the C2 security compliance auditing mode in SQL Server.
-
Security Audit Event Category (SQL Server Profiler)
-
Explains the audit events you can use in SQL Server Profiler. For more information, see Using SQL Server Profiler.
-
Introducing SQL Trace
-
Explains how SQL Trace can be used from within your own applications to create traces manually, instead of using SQL Server Profiler.
-
DDL Triggers
-
Explains how you can use Data Definition Language (DDL) triggers to track changes to your databases.

External Resources

See Also