Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How can i implement incremental load.
Through Community i came to know that one primary key and one modify date column is the pre-requsite for this.
In my current application i am loading data from QVD file.
Now the requirment is that i need to load only updated / new inserted rows.
Also i need to delete the rows which are deleted from data table.
Thanks in advance.
Dear All,
Please help me on, how to implement Incremental Load.
Thanks in advance.
Would it not be easier to make a full load from the .qvd? Thus also benefitting from an optimized load.
Peter
There's an example of doing incremental loads in Rob Wunderlich's cookbook : [View:http://www.robwunderlich.com/Download.html:550:0] which does what you need.
Hi Mansi,
Did you managed to do incremental load. If so please help me out also. As I want to do the same.