I need to configure Database Auditing in SQL Server. I did configure everything but looks like I am not getting expected result. What I need to do. Audit DML operations (Insert,Update,Delete) for few SQL Server AD GROUPS as most of the users are grouped in AD groups so we need to Audit AD Groups not individual users as there are more than 100 users in one AD group and we have several AD groups which we want to Audit. We want to Audit those AD Groups which are having 'SysAdmin' to the Server Instance. We need to know which member/members of these AD groups which are having SysAdmin on server doing any DML operation in the databses or not.
What I Configured.
Audit Action Type : Insert, Update ,Delete
Object Class :Database
Object Name :Selected the database which I want to Audit
Principal Name :The AD Group which I want to Audit for (The SQL Server AD group contains several windows accounts as members)
So what I am expecting for this configuration ,
Whenever a member of that SQL Server AD group executes any DML operation that should logged.
But here I am not seeing anything in Audit Logs.
Help me here.
Thanks in Advance.