Hi everyone,
When using the random selection functionality in Extraction Manager, does anyone know the rule behind the randomisation process? For example, if I wanted 25%, is it doing
SELECT TOP 25 PERCENT *
FROM Table1
ORDER BY NEWID()
??
Cheers,
Kathleen
It really is pretty much random, and there is no rule used in the selection.