Is there any way in SQL Server to get the results starting at a given offset? For example, in another type of SQL database, it\'s possible to do:
SELECT * FR
SELECT TOP 75 * FROM MyTable EXCEPT SELECT TOP 50 * FROM MyTable