I have a column CT_DT in a table. I have to process only transactions created within the past 365 days
.
For example, suppose the current date is Nov 7, 2012, I have to process only those transaction that were created since Nov 7, 2011. I am using conditional filter within the SSIS package.