Subject Execute Statement eating memory
Author pi3k14
Hi,
I have some code like EXECUTE STATEMENT 'EXECUTE PROCEDURE blabla'

This procedure does a two table join and performs some value checking
and inserting into a table in a FOR loop.

The join produces aprox. 9000 records.

While running this my pagefile grows until available disk space is
exhausted.

Anyone have any idea what can be the cause for this?


thank you