Execution Plan for DTS -
12-10-2003
, 12:00 PM
A step of my DTS package (insert in a table with an update
trigger) is no longer executing in 20 seconds as used to--
now it's taking 26 minutes. As a test, I've already run
this insert and update(the trigger) statement in the query
analyzer and it works just fine. The slow execution is
only in the DTS. So, is there anything like the Show
Execution Plan for DTS that I can see where the bottleneck
is? I also did a trace with SQL profile and it doesn't
say anything. |