Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
Auditing User Actions
Auditing User Actions
Rate Topic
Display Mode
Topic Options
Author
Message
shohelr2003
shohelr2003
Posted Wednesday, March 06, 2013 4:48 AM
SSC-Enthusiastic
Group: General Forum Members
Last Login: Yesterday @ 5:32 AM
Points: 124,
Visits: 324
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
Post #1427311
ib.naji
ib.naji
Posted Wednesday, March 06, 2013 7:04 AM
SSC Journeyman
Group: General Forum Members
Last Login: Today @ 5:47 AM
Points: 91,
Visits: 98,694
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
.
I believe in Codd
... and
Thinknook
is my Chamber of Understanding
Post #1427367
Lowell
Lowell
Posted Wednesday, March 06, 2013 7:57 AM
SSChampion
Group: General Forum Members
Last Login: Today @ 5:46 AM
Points: 11,627,
Visits: 27,696
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
--
There is no spoon, and there's no default ORDER BY in sql server either.
Actually, Common Sense is so rare, it should be considered a Superpower. --my son
Post #1427427
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.