I have a staging package where the flow would be as below :
1.Data flow :which loads the data from oracle source to SQLServer 2008 destination
2. Execute SQl task -which would validate the data in destination table and that bad data would be notified in the Audit table
But i know have a requirement to filter all the records with that particular key and year where the audits are written and load only the good data to the Staging table.
Can anyone would give inputs as how this can be done.