or possibly SELECT * Skip 60000...Originally Posted by Mavyak
then there is always
SELECT ... FROM ...
WHERE [some key] NOT IN (SELECT TOP 6000 [some key FROM ...) which will probably take a while.
.02 Stan
or possibly SELECT * Skip 60000...Originally Posted by Mavyak
then there is always
SELECT ... FROM ...
WHERE [some key] NOT IN (SELECT TOP 6000 [some key FROM ...) which will probably take a while.
.02 Stan