Dear Gurues
I have a project in which we need to build a package to monitor a folder 24 hours to check for files existence in which to be copied from the source system to an agreed on folder on the destination system. Once the files created and copied in the destination
system the package should be triggered automatically without human intervention and load the files contents and the database.
My question is what is the best design for such a requirement using SSIS?
My concerns are the following
1- the size of the files are big so I do not want the package to run when the filed being copied (written) to the destination folder
2- what are the disadvantages of having a package running 24 hours on a production system ?
3- what are the best mechanism to have a filewatcher in SSIS?
looking forward for your help