Catching DML statements by A specific application and emailing all identiy info and T-SQL String

I would like Create a DDL trigger that would intercept all delete,updates,and inserts by a specific application.

Than send an email to me about the :

user name

application

T-SQL statement executed

The problem I am having is I can't create a DDL trigger for Delete,Insert, or Update statements.




Answer this question

Catching DML statements by A specific application and emailing all identiy info and T-SQL String