Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Incremental load without Primary key

Dear Member,

I have a query regarding incremental load. I am importing data from Sql table. In that table i have 4 to 5 composite keys. Now i need to do incremental load for that table. Is it possible to do incremental load without having primary key..If  so can please tell me how to do.

Please let me know if you need anything more.

Thanks and Regards,

R. Bharat Kishore

1 Reply
Gysbert_Wassenaar

You need a unique identifier for each row. If you don't have one available you need to create one. Otherwise there is no way to know if a record is new or not. See this blog post for example.


talk is cheap, supply exceeds demand