Hi Experts - Is there any way to capture TRUNCATE Table event from DML
or DDL trigger or a from any other SP or else...
I want to capture this event whenever any truncate command executed on
my DB vis Programming or from Query analized, just to know that on which
table truncate command is executed...Actually for number of tables I'm
maintaining history tables and whenever any truncate table cmd excuted
on any table I want to truncate the correspond history table
Any suggestion please?
Thanks,
Baddy