Yes, I am running this from the EventHandler tab. It is assigned to the Package -- OnInformation. This way I can have a historical log of the processes and their outcomes.
Is their a better way to attach a timestamp to the row in my log?
My current problem: The goal of my package is to upload a csv from an ftp site. I am grabbing a file with the date in it using the ForLoop container and am able to grab the files for the last three days. I'm trying to define how i can avoid running a file through the process if it has already been uploaded. Perhaps query the db to see if it exists??? I'm looking into using a sql task but not sure how to implement the logic ie- query table to see if file exists, if it does, skip to next file, if it doesn't then continue with process...