SSIS EVent driven query

Hi,

We have 8 SSIS jobs which need to be made dependent on the arrival of a single file.

All the flows need to be triggered based on the presence of a file

Whats the way to do this

Thanks

Manish



Answer this question

SSIS EVent driven query

  • Brainwav

    You couldI would use the FileWatcher Task to watch for the file. When it arrives, use Execute Package Task to fire off your 8 packages.

    To be honest, it depends on you. Do you want SSIS to watch for the files or do you want to control this from an external process

    -Jamie



  • SSIS EVent driven query