Hi,
We have a folder where we will keep getting text files twice in a minute. At the start, we have planned to load 4 files at a time and for this, we will be creating 4 different SSIS packages which will run in 4 different SQL jobs which will run parallaly and keep looking for any new file arrived and store it in the destination tables (4 different tables , one each for each SSIS job) and then delete that file once the load is successful. The issue is,
How should I make sure that when any of this package picks a file, it is not already being picked and processed by another package(job) which is currently running?
Regards.
'In Persuit of Happiness' and ..... learning SQL.