Hi Experts,
I am working on SSIS 2008
I have a requirement where I need to move file from One folder to Other
i.e. from File_source folder to File_Destination folder
I have Table in SQL Database , Table Name is File_name_tbl and column is File_Name.
Table contain few File Name of the files which are present in File_Source folder.
Task is , Which ever file Name is present in File_Name_tbl , I need to move all this file from File_source folder to File_Destination folder.
Every Day file Name in File_Name_tbl Changes , I need to run this task every day .
I know I can use File System Task ,but how in this case ,where File Name in Table matches with File Name in File_Source folder and move it .