If there are n number of records. How to create two target tables so that n records will get into those two tables equally.
If there are n number of records. How to create two target tables so that n records will get into those two tables equally.
Try using Router and grouping
Group1 Count1 <= n then route it to Target1
Group1 Count1 <= n then route it to Target2