Auditing User Actions

  • 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

  • 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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply