I wrote in a separate thread ("Update Query Runs Forever") about a problem
I'm having with an update query that updates 1200 rows, that it never
completes. I recently added a trigger on the table being updated to append a
copy of the row to a history table. I wonder if that might be causing the
problem.
Either way, a copy in the history table is not necessary when this operation
is performed. Is there a way to disable a trigger or otherwise cause it to
not run in situations such as this?
I'm running SQL 7.
Thanks!
Neil
I'm having with an update query that updates 1200 rows, that it never
completes. I recently added a trigger on the table being updated to append a
copy of the row to a history table. I wonder if that might be causing the
problem.
Either way, a copy in the history table is not necessary when this operation
is performed. Is there a way to disable a trigger or otherwise cause it to
not run in situations such as this?
I'm running SQL 7.
Thanks!
Neil
Comment