The starting point of any good auditing strategy is knowing the auditing options you have at your disposal. This chapter gives you a high-level description of each auditing tool that is covered in this book.
SQL Server Audit
SQL Server Audit is a built-in SQL Server auditing feature that can be used to set up auditing with SQL Server Management Studio (SSMS) . You can also set it up with SQL scripts, which makes it easier to apply the same auditing strategy to many servers. ...