View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 08:30 AM
rdraider
 
Posts: n/a
Default How to find how a record was deleted

Is there a way to tell who or what process deleted a record in a SQL table.
I know you can setup triggers or Profiler - but is there a way to see how a
record was deleted if you DO NOT have a trigger or Profiler already running?
This is SQL 2000 Standard, sp3a with default options and configuration.

Thanks


Reply With Quote