Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 logging anomalies in SSIS

Author  Topic 

tybaltzeke
Starting Member

28 Posts

Posted - 2009-09-15 : 17:25:52
I am using PipelineComponentTime logging, and finding that a UNION ALL component shows up in the log as running THREE TIMES as long as the package ran. There are 3 lookups which the log shows are running for 98% of the time of the package, which i believe is the performance bottleneck.

Has anyone ever seen an anomaly like this (a data flow component being logged as taking longer than the package it is in)? Should i ignore it and go with my instincts that the lookups are the performance bottleneck?
   

- Advertisement -