Forum Discussion
Updated record behavior in data flow incremental refresh
- 6 years ago
Hi Narukkp ,
For the existing record, the refresh process will update it, not delete it and add a new record at the end of the table.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Narukkp ,
For the existing record, the refresh process will update it, not delete it and add a new record at the end of the table.
Best regards,
Lionel Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
But for me its appending one more record at the end instead of updating the existing record.
scenario : I'm using SQL server and set incremental on abc table ( one month History load and 1 week incremental)
Updated one record in source before refresh run.
one record is appended to dataset after refresh don.
Please make it as solution is it seems to be.
Thank you,
Vara