Need a SSIS package
Project detail
Need a SSIS package designed that:
1) retrieves a timestamp from an existing sql table
2) compares this timestamp to the modified date of a network excel file
3) If excel file is newer than the retrieved sql time, run the rest of the package
4) otherwise stop here
Very simple I think