Here’s a quick review of the options for auditing. This chapter has use cases and pros and cons for each auditing option along with references back to specific chapters for additional information.
Auditing Options
SQL Server Audit – This built-in SQL Server auditing feature can be used to set up auditing with SQL Server Management Studio or with SQL scripts. This feature makes it easy to see what is changing on your SQL Server. To make SQL Server auditing work, ...