Hi,
I am deleting the files in a directory which include datetimestamp. The Date Time Stamp is yyyymmddhhmm, for example file1200908061125.
Like this daily 2 files ('file1200908061125' in the morning and 'file1200908061128' in the night) are generated.
How can i delete the files which are one month older using SSIS package?
I am using the Rafael Salas article published abt how to loop through files.
I am using SQL Server 2005 SSIS Services on Microsoft XP Operating System
Thanks