I am fairly new to SQL Server administration and was wondering if there is a way to query the system to track user actions. The user has appropriate permissions. I would just like to see what they are doing each day.
I’m wondering two main things:
1) Can I see a history of tables they’ve only VIEWED?
2) Can I see a history of tables they’ve MODIFIED (insert, update, delete)?
Many thanks in advance!
–>> S.K.
I know the following approach: