Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Created June 26, 2015 19:32
Show Gist options
  • Save bjartwolf/aaacfd3654b5737604b0 to your computer and use it in GitHub Desktop.
Save bjartwolf/aaacfd3654b5737604b0 to your computer and use it in GitHub Desktop.
SELECT FirstName
FROM [dbo].[Profile]
ORDER BY Id ASC
OFFSET 200001 ROWS FETCH NEXT 1000 ROWS ONLY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment