Can I get statistics on which type of DML statements (e.g. insert, delete, update) that are executed by users on a table without creating triggers? I want to be able to show the number of executed statements per statement type. I have tried the 2005 Profiler but it outputs the entire batch statement which makes it a bit more difficult to create statistics.
Rgds
Bob
There is no easy way to obtain this information. You could also take a look at 3rd party tools that can get this sort of information from the transaction logs.
No comments:
Post a Comment