A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @San ,
This error means your system is running out of memory before the buffer pool has reached it's limit. There are two data flow properties you want to look at:
DefaultMaxBufferSize - Sets the maximum memory usage for buffer
DefaultBufferMaxRows - Sets the maximum rows to buffer
You may also have a try to run 64 bit mode.
Details you may refer:
https://www.sqlservercentral.com/articles/the-defaultbuffermaxrows-and-defaultbuffersize-properties-in-ssis
Regards,
Zoe
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October