Is it possible in a SSIS to ignore records that have a null field? For example i want to copy data from one database table to another, however Table A has some rubbish data in it and has some fields with nulls in them. I only want to copy records to Table B, that do not have any null fields.
|
feedback
|
|
Here are the two possible options that might work for you.
I feel that the first option is easier because it gives you more control and it is also easier to maintain. | ||||
|
feedback
|