Hello everyone,
I'm performing purge operation in SSIS package. I've used Execute SQL task to perform purge over around 60 different tables one by one in For each loop container.
Client wants to perform purge in batches for performance, hence this package has batch size parameter.
Can you please advise how to use/apply the batch size to Execute SQL task?
Is there any other alternative that perform purge operation in batches?
Any help would be greatly appreciated.
Thanks,
Ankit