SQL Server Audit, now native to SQL Server, is integrated into SQL Server Management Studio (SSMS). This provides an easy interface for detailed auditing, which facilitates the tracking and logging of events in the SQL Server database engine.
Although a detailed description of how to implement an audit in SQL Server is beyond the scope of this article, the following steps provide an overview of the SQL Server Audit process:
- Create a server audit that defines the target.
- Create the necessary server and database audit specifications.
- Enable the server audit and the specifications.
- Read the events once they've been recorded in the target.