Do a TOP10 query, sort by something like RND(ABS([key]))
There has to be an argument to the RND function that varies with each record
or else the optimiser will just call it once. That argument has to be
positive otherwise the RND function will return the previous result.