I would like to use SSIS 2008 to perform the following task:
To check if a file existing on a shared directory of another server and the modified date is within 1 hour. If it returns true, then go to next task to import, but if failed, then send an email.
I know I probably need to use a script to do this, but I don't have much C# experience, so not sure how to write the code. can any one help?
SQLFriend