Hi friends,
In my SSIS package an update statement and an Insert statement is running parallel on two different tabels in the same database. even if both the statements are acting upon different tables the update statement is waiting for the completion of the insert statement .. therefore i am experiencing an increase in run time... Can some one help me how to resolve this problem ?