| Hi everybody,
I would like to know if it's possible to track a user through it's SPID under SQLServer.
I'm reading a lot of logs from SQLServer database, it's the transaction logs for a specific table.
My customer wants to know who have deleted confidential information in a specific table.
Scheme :
WEB_SERVER <-Cold Fusion-> DATA_BASE
Apache (Win32) SQLServer 7.0
Cold Fusion is used to perform the connection to the database through some .cfm scripts (Cold Fusion is installed on
the NT machine with apache server as well).
The problem is the SPID, this SPID seems to be dynamic instead of static.
I checked the apache logs as well and i didn't find any anormal requests.
I found the SPID of the malicious user, this SPID is attached to a mac address, very useful.
But if SPID is dynamic i can't do anything with this kind of information.
Does anybody heard something on this SPID ?
Regards. |