I'm truncating a table(Say 'X' table ) and inserting values on some conditions into that.Then after i have to select those inserted values, and delete those in another table(say 'Y' table),which is present in other server by executing a stored proc(say delrec).This all should be done in SSIS package.
but the table 'X' contains many records.How to pass all those records as parameters to 'delrec' procedure in SSIS ?