I am loading files using ssis. I load the file and write the name and size of the file to a table. Now when I go to load the next file I want to check to see if it is in the table of files I have already loaded. I am using a foreachloop to look thru the files in a directory. I place the name in a variable...