• Seems kind of elaborate to replace:

    select top 10 column1, column2, column3 from table where column1 > 99 order by column1

    or

    select top 10 column1, column2, column3 from table where column1 > (99 + (page * 10) )order by column1