I am looking for a way to move files from one folder to another using SSIS.
I have a foreach loop with an empty data flow and a file system task in the foreach loop.
I want to specify a certain number of files to be moved using a variable. Increments of 1000 files at a time.
Please Help