Hi, I have a situation, I have 100 rows to be loaded to table, but problem is 90th record is bad record, where package fails!!! now when i restart package it should load only 10 records, should not start from beginning because when we have million records it'll be a time consuming!!! Thanks in Advance!!!
@visakh16 : yes i know that, but if it fails inside dataflow task, it restarts from first step of dataflow task, wont start loading from which record it stopped. Is there any way by which i can load only 10 records at which package failed because of bad record