<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Paging Data</title>
        <link>http://weblogs.sqlteam.com/jeffs/category/162.aspx</link>
        <description>Easier now in SQL 2005, but harder in the olden days.  Here's some ideas I've come up with to do this server-side.</description>
        <language>en-US</language>
        <copyright>Jeff Smith</copyright>
        <managingEditor>smith_jeffreyt@yahoo.com</managingEditor>
        <generator>Subtext Version 1.9.4.0</generator>
        <item>
            <title>More with SQL Server 2005 : Top n Per Group, Paging, and Common Table Expressions</title>
            <link>http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/More-SQL-Server-2005-Solutions.aspx</link>
            <description>I wrote about a few of the new features in SQL 2005 and how they can be used to solve some old "classic" SQL problems very easily, and I thought I'd briefly discuss a few more.  Also, if you enjoy baseball, read on! &lt;br&gt;&lt;br&gt;
&lt;a href="http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/More-SQL-Server-2005-Solutions.aspx"&gt;read more...&lt;/a&gt;&lt;img src="http://weblogs.sqlteam.com/jeffs/aggbug/60152.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jeff Smith</dc:creator>
            <guid>http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/More-SQL-Server-2005-Solutions.aspx</guid>
            <pubDate>Fri, 30 Mar 2007 13:21:27 GMT</pubDate>
            <comments>http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/More-SQL-Server-2005-Solutions.aspx#feedback</comments>
            <slash:comments>15</slash:comments>
            <wfw:commentRss>http://weblogs.sqlteam.com/jeffs/comments/commentRss/60152.aspx</wfw:commentRss>
            <trackback:ping>http://weblogs.sqlteam.com/jeffs/services/trackbacks/60152.aspx</trackback:ping>
        </item>
        <item>
            <title>Efficient and DYNAMIC Server-Side Paging with SQL Server 2000</title>
            <link>http://weblogs.sqlteam.com/jeffs/archive/2004/03/22/sql-server-2000-paging.aspx</link>
            <description>Here is a completely dynamic version of my paging technique in the form of a stored procedure.  Just pass in a short SQL statement, the Order By clause, and the start row and end row you'd like to return in the resultset. 
&lt;br&gt;&lt;br&gt;&lt;a href="http://weblogs.sqlteam.com/jeffs/archive/2004/03/22/1085.aspx"&gt;read more...&lt;/a&gt;&lt;img src="http://weblogs.sqlteam.com/jeffs/aggbug/1085.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jeff Smith</dc:creator>
            <guid>http://weblogs.sqlteam.com/jeffs/archive/2004/03/22/sql-server-2000-paging.aspx</guid>
            <pubDate>Tue, 23 Mar 2004 02:13:00 GMT</pubDate>
            <comments>http://weblogs.sqlteam.com/jeffs/archive/2004/03/22/sql-server-2000-paging.aspx#feedback</comments>
            <slash:comments>66</slash:comments>
            <wfw:commentRss>http://weblogs.sqlteam.com/jeffs/comments/commentRss/1085.aspx</wfw:commentRss>
            <trackback:ping>http://weblogs.sqlteam.com/jeffs/services/trackbacks/1085.aspx</trackback:ping>
        </item>
        <item>
            <title>Efficient paging of recordsets: SQL Server 2000</title>
            <link>http://weblogs.sqlteam.com/jeffs/archive/2003/12/22/672.aspx</link>
            <description>Here's the most efficient way that I can think of  to return rows @a through @b from a table or query, when each row is ordered and can be uniquely identified by a set of columns, in SQL 2000.&lt;br&gt;&lt;br&gt;&lt;a href="http://weblogs.sqlteam.com/jeffs/archive/2003/12/22/672.aspx"&gt;more...&lt;/a&gt;&lt;img src="http://weblogs.sqlteam.com/jeffs/aggbug/672.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Jeff Smith</dc:creator>
            <guid>http://weblogs.sqlteam.com/jeffs/archive/2003/12/22/672.aspx</guid>
            <pubDate>Mon, 22 Dec 2003 17:31:00 GMT</pubDate>
            <comments>http://weblogs.sqlteam.com/jeffs/archive/2003/12/22/672.aspx#feedback</comments>
            <slash:comments>28</slash:comments>
            <wfw:commentRss>http://weblogs.sqlteam.com/jeffs/comments/commentRss/672.aspx</wfw:commentRss>
            <trackback:ping>http://weblogs.sqlteam.com/jeffs/services/trackbacks/672.aspx</trackback:ping>
        </item>
    </channel>
</rss>