c# - Creating buffer/ processing multiple files SSIS -


i have watch folder task monitors folder. when file dropped runs execute package task. have loop make run time. i'm having problems when 2 files dropped before execute package task completed. there 2 files coming in @ once. need process both files.

is there way of doing this, maybe create buffer keep track of files coming in folder?

this different other question suggested because files not in folder. moved folder @ random times, , multiple files can come in @ once. understood other question suggested files in folder when package executed. not case.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -