hi, I have a directory, in which a file will be dropped which needs to be imported into a table (sql 2008). I have a package working where it reads the file, and imports it into a table. What I would like to do is poll the directory, say every 10 minutes, and if a file is there, to process it. Once it's...