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. Blog readers get 25% off the Everything Bundle — over 100 hours of performance tuning content. Need hands-on help? I offer consulting engagements from targeted investigations to ongoing retainers. Want a quick sanity check before committing to a full engagement? Schedule a call — no commitment 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.