SyntaxFix
Write A Post
Hire A Developer
Questions
How about this?
SET ROWCOUNT 10 SELECT TOP 20 * FROM sys.databases ORDER BY database_id DESC
It gives you the last 10 rows of the first 20 rows. One drawback is that the order is reversed, but, at least it's easy to remember.