Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have transfer data from excel file to Ado net destination & it was transfer successfully when executing package 1st time. but when i am executing same package again same records inserted from excel to ADO Net Destination. how to avoid duplicate entries when package execute more than one time.Solution are always welcome.
Posted
Comments
ZurdoDev 9-Apr-13 10:23am    
You check to see if the records already exist. Or, you truncate tables first. Somehow you have to figure it out.
bbirajdar 9-Apr-13 10:41am    
truncate table before you begin insert

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900