Remove duplicates from a dataset
Hi All,
Is there any best way to remove duplicates from a dataset other than the below two. I found these two options,
Option 1: Create a dataflow and merge this with a report definition(without duplicates check) and write the results into destination dataset.
Option 2: Run a DB query on the dataset class using RDB. Run the query using scheduler and write the results into a dataset destination.
Any other quick and fast option for a dataset with huge number of records?