Darío Alejandro Guzik Guest
|
Posted: Fri Aug 11, 2006 7:54 pm Post subject: retrieving the query string from inside a trigger |
|
|
Hi!
I have this problem: In a client's environment with SQL Server 2000 I'm
having problems with some records beeing deleted and I cannot detect how
and when. To minimize the impact I added a trigger on some tables in
order to insert the deleted records in a second table, just to have the
data in case I have to re-insert those records.
I want to try to find how and who is deleting these records and I
thought if I can access the query string that lead to the deletion, I
would have mor information to work with.
Is it possible to access that information? how?
Thanks
--
Darío Alejandro Guzik (El Tío Borracho)
http://tioborracho.tripod.com
e-mail: daguzik (AT) dc (DOT) uba.ar
ICQ : 8389493 |
|