Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have design SSIS package in which i need to use more than 150 Merge join.I have divide whole package in 13 child packages.all 13 package runs individually fine . but when i have create master package to call all the package it throws an error for out of memory.

What I have tried:

I have set one property of data flow task [DefaultBufferMaxRows to 1000 from 10000] and set BLOBTempStoragePath for every package but it didn't works.
Posted
Updated 17-Mar-17 19:40pm
v2
Comments
PIEBALDconsult 18-Mar-17 1:43am    
You could have them execute sequentially rather than in parallel.
Just connect them with the arrows.
In my SSIS I also use a lot of Sequence Containers -- that's another way to limit the amount of parallelism you use.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900