I have a large table with list of scores like this, one score per user:
user,score
------
matt,10
john,20
bill,30
I want to make a query that answers to question: "John, you are faster than xx percent of others"
How to make such a query for Microsoft SQLServer 2000 with optimal performance.