Optimizing Paging Queries With Indexes In SQL Server

Optimizing Paging Queries With Indexes In SQL Server


 

Going Further


If this is the kind of SQL Server stuff you love learning about, you’ll love my training. I’m offering a 75% discount to my blog readers if you click from here. I’m also available for consulting if you just don’t have time for that, and need to solve database performance problems quickly. You can also get a quick, low cost health check with no phone time required.



2 thoughts on “Optimizing Paging Queries With Indexes In SQL Server

  1. I was a little suprised you’re using ROW_NUMBER() instead of OFFSET ….. FETCH NEXT

Comments are closed.