SSIS execution in parallel

  • We have a monitoring tool that find a query that is using most of execution time of all sessions on the server.

    I located it, and found it is a data flow task in an SSIS package.

    It export data from a table which has big mount of data to another database.

    I know it only executes one time, but I see in the monitoring tool it executes 4 times.

    I am wondering is it because SSIS is doing it in parallel execution automatically?

    We use all default settings, and the server physical cpu is 4.

    Also it says the query is slow is because it has a wait called PREEMPTIVE_OS_WAITFORSINGLEOBJECT

    not sure what does that mean

    Any ideas?

    Thanks

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply