Duplicate records in Target Table

What would you do when all the duplicate values are being updated in target table and the job is adding records continuously without any pause ?

Questions by chintam820

Showing Answers 1 - 7 of 7 Answers

Raunak Mali

  • Apr 3rd, 2012
 

1.If you think that duplicate records may be inserted to the target table.

Then first while inserting the data into the target table ignore it.

And then use "Select Distinct into" method on the target table and and add distinct data to new table.

And then drop the original target table and rename new table as target table.

  Was this answer useful?  Yes

selva

  • Oct 8th, 2013
 

Target table select Yes to use auto correct loading. Auto correct loading ensures that the same row is not duplicated in a target table

  Was this answer useful?  Yes

Prasanna

  • May 5th, 2014
 

Use Table comparison Transform ,find out the difference and load into the target table.

  Was this answer useful?  Yes

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