x
login about faq Site discussion (meta-askssc)

Tracking record's origin

Hi there.

In SQL Server 2000 is it possible to know from which computer a user stored a certain record in a certain table?

Regards,

Thank you. Anicet.

more ▼

asked Apr 17 '10 at 01:24 AM in Default

user-1601 (yahoo) gravatar image

user-1601 (yahoo)
11 1 1 1

(comments are locked)
10|1200 characters needed characters left

1 answer: sort voted first

Not unless you are capturing those details ( link) at the point the SP/SQL is run.

The other option is to setup a profile trace (but be careful it could impact performance) on the SQL server and you will find the computer name in the trace. BUT (there is alway a but), if you are using web services then you will only see the connection from the web server and/or an application server

more ▼

answered Apr 17 '10 at 02:47 AM

sp_lock gravatar image

sp_lock
8.2k 20 26 29

(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x215
x148
x119
x42

asked: Apr 17 '10 at 01:24 AM

Seen: 630 times

Last Updated: Apr 17 '10 at 01:24 AM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.