Hi,
we want to implement solution to track DBA activity on SQL server 2008R2, activity's like:
1. Accessing DATA (SELECT/INSERT/UPDATE/DELETE)
2. Generating BACKUP
or anything they are doing on Database i.e creating users
we started sql traces/profiles is there other better and efficient way to monitor/ log these activity, which will not kill server performance.
Regards
Sachin