I have created SSIS packages which imports Excel files from a folder. The name of the Excel file changes based on months. e.g.: I:\Test\User_09-05-2016.xlsx or I:\Test\User_09-06-2016.xlsx etc.....
I want to create SQL jobs to run the packages because I will get a new file every month. I want to archive the excel file after successful package execution(to keep only one excel file in folder at a time).
How can I automate the process?