Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Randomizing Result Sets with NEWID

    All that means from MSDN is that a random sample MAY be grouped. Its still a random sample.

    Say you had 26 buckets - 1 for each letter of the...

  • RE: Randomizing Result Sets with NEWID

    To counter performance issues, the easiest thing to do is add tablesample (10 percent) to the query.

    This way the newid() function only needs to run on an already randomized sample...

Viewing 2 posts - 1 through 2 (of 2 total)