I've never heard of PERCENT
but according tgo http://technet.microsoft.com/en-us/library/ms189463.aspx the PERCENT
can be used with TOP
to return a percentage of the records.
I am working on a function with this in it:
SELECT top 100 percent
Am I right in thinking this is exactly the same as
SELECT