Data Loading While Session Failed

If there are 10000 records and while loading, if the session fails in between, how will you load the remaining data?

Questions by win_bhatia   answers by win_bhatia

Showing Answers 1 - 15 of 15 Answers

Infatech

  • Apr 14th, 2010
 

Different companies use different strategies to recover the workflows.

1) You can use the session properties to Recover from last check point.
2) Use a temporary table before every target and load it with the keys. When a job fails,
You can identify the rows that are not loaded from the source by using these keys in SQL override
3) You can delete the rows that are loaded in to the target by date, and restart the job from begining.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions