Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We have a scenario where a change table missed some records a couple of weeks back. Fortunately, we have the option to resume from a timestamp in order to recover those records. The issue with this is that the changes are going to be replayed thus causing duplicates in the change table. (This is a change table only task btw)
In order to identify duplicates in the change table, is there a recommended way to do so? So far in my testing, I've identified the column header__stream_position, which looks like it should be unique for each change in the table. Can I use that to identify duplicates?
Help with this is greatly appreciated as always. Thank you.
Hello @MoeE ,
You are right. The column header__stream_position is the only column can be used to identify a unique row in Change Table.
Regards,
John.
Hello @MoeE ,
You are right. The column header__stream_position is the only column can be used to identify a unique row in Change Table.
Regards,
John.
Hi John,
Thanks for the assistance as always. Have a good day.
Regards,
Mohammed
Thank you so much for your great support Mohammed @MoeE !