My goal:
- Show all tables from specific schema which are used in SELECT queries for all users in SQL Server database.
- [Optional] Show all tables from specific schema which are used in queries for all users (around 300 sql and AD users) except one user in SQL Server database.
But still see deletes/inserts/updates:
Questions:
- Is audit log best option to achieve my goal ?
- What specification should I use ?