March 6, 2013 at 4:48 am
Dear,
I want to see all DML operations performed by a specific computer to track the user activities over database. What can I do for that?
If you have better suggestions, please suggest me.
Please help me to do this.
Thanks
Akbar
March 6, 2013 at 7:04 am
If you have Enterprise (or Developer) edition you could implement Database-Level Action Audit, which includes DML actions. I haven't personally implemented this level of auditing, but I can't see why it wont serve your purpose.
-----------------
... Then again, I could be totally wrong! Check the answer.
Check out posting guidelines here for faster more precise answers[/url].
I believe in Codd
... and Thinknook is my Chamber of Understanding
March 6, 2013 at 7:57 am
you could also consider a server side trace, with a filter on the HOSTNAME property to match the machine you want to watch
the problem with that is it's possible to change the hostname parameter if the user has access to the connection string(see screenshot below) ;
i posted a sample DML trace in this post that you could consider modifying: that trace is watching a specific login, and not machine.
http://www.sqlservercentral.com/Forums/FindPost1426977.aspx
Lowell
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply