The following two statistics are shown:
Stmt Totals —The total number of rows deleted from the database as a result of internal activity generated by this SQL statement. This value is a total for all observed executions of this SQL statement.
Per Exec Avg —The number of rows deleted from the database as a result of internal activity generated by this SQL statement. This value is the average per observed execution of the statement.
Internal delete activity can result from these events:
A cascading delete enforcing an ON CASCADE DELETE referential constraint.
A trigger being fired.
If this statement causes a large number of internal deletes, you might re-evaluate the design of the table referenced in the statement to determine whether the referential constraints or triggers defined for the table are necessary.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center