简体   繁体   中英

How to Delete Rows based on a condition from raw files in SSIS ( 2008)

I have created a final raw files based on two input tables in SSIS 2008, I need to delete some rows where columnA<>ColumnB present in this file.

How can I achieve this, please advise.

The answer could be as simple as a Conditional Split in the process that creates the output file to shunt the rows that don't meet that criteria into nothingness. It might be that you need to use the output file as an input file for a new process, again with the Conditional Split or possibly some other approach.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM