I am working on a SSIS package, In which my package is always running on the server even if the folder has no files in it. I just want to only execute my package when it has files in both the folders the foreach loops are looking at.
If the folders are empty the package shouldn't be executed.
Thanks,
Minhal