Anyone got a way to get the last excel file using SSIS? I currently have a job that gets the last file in a folder like: file003 dated 09/03/2008
file002 dated 09/02/2008
file001 dared 09/01/2008
I need file003 to update table in DB.
I used activeX in SQL2000 as DTS and tried to convert it but didn't like the way it did it and would like to do it cleaner in SSIS