<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Server Side Paging in SQL Server Denali Performance Comparison</title>
	<atom:link href="http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: aad</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-416281</link>
		<dc:creator><![CDATA[aad]]></dc:creator>
		<pubDate>Fri, 01 Feb 2013 13:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-416281</guid>
		<description><![CDATA[Is there a version SQL Server 2011?]]></description>
		<content:encoded><![CDATA[<p>Is there a version SQL Server 2011?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #008 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-397390</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #008 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 22 Dec 2012 01:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-397390</guid>
		<description><![CDATA[[...] Server Side Paging in SQL Server Denali Performance Comparison The real challenge of paging is all the unnecessary IO reads from the database. Network traffic was one of the reasons why paging has become a very expensive operation. I have seen many legacy applications where a complete result set is brought back to the application and paging has been done. As what you have read earlier, SQL Server 2011 offers a better alternative to an age-old solution. In this article I have compared the two tests on Performance and Paging [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Server Side Paging in SQL Server Denali Performance Comparison The real challenge of paging is all the unnecessary IO reads from the database. Network traffic was one of the reasons why paging has become a very expensive operation. I have seen many legacy applications where a complete result set is brought back to the application and paging has been done. As what you have read earlier, SQL Server 2011 offers a better alternative to an age-old solution. In this article I have compared the two tests on Performance and Paging [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghavendra</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-242978</link>
		<dc:creator><![CDATA[Raghavendra]]></dc:creator>
		<pubDate>Tue, 24 Jan 2012 11:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-242978</guid>
		<description><![CDATA[In Test 1, Last page takes 1359 IO reads and in Test 2 B, same query reads 1020 IO pages . How this is possible?]]></description>
		<content:encoded><![CDATA[<p>In Test 1, Last page takes 1359 IO reads and in Test 2 B, same query reads 1020 IO pages . How this is possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-203748</link>
		<dc:creator><![CDATA[sri]]></dc:creator>
		<pubDate>Thu, 24 Nov 2011 15:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-203748</guid>
		<description><![CDATA[Thanks for the reply, Does it stores the records, if so what will be life time? Does it clears when data changes are done or connection closed?]]></description>
		<content:encoded><![CDATA[<p>Thanks for the reply, Does it stores the records, if so what will be life time? Does it clears when data changes are done or connection closed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madhivanan</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-202842</link>
		<dc:creator><![CDATA[madhivanan]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 10:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-202842</guid>
		<description><![CDATA[It is cached in the memory and SQL Server will reuse the cached plan]]></description>
		<content:encoded><![CDATA[<p>It is cached in the memory and SQL Server will reuse the cached plan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-202126</link>
		<dc:creator><![CDATA[sri]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 10:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-202126</guid>
		<description><![CDATA[Why does sql query takes less time when executed second time? What will be the scope?]]></description>
		<content:encoded><![CDATA[<p>Why does sql query takes less time when executed second time? What will be the scope?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-176036</link>
		<dc:creator><![CDATA[Johnny]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 09:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-176036</guid>
		<description><![CDATA[still doesn&#039;t allow dynamic order by, so it&#039;s still messy if we allow users to decide which column to sort by.]]></description>
		<content:encoded><![CDATA[<p>still doesn&#8217;t allow dynamic order by, so it&#8217;s still messy if we allow users to decide which column to sort by.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Server Side Paging in SQL Server CE (Compact Edition) &#171; Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-175913</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Server Side Paging in SQL Server CE (Compact Edition) &#171; Journey to SQLAuthority]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 01:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-175913</guid>
		<description><![CDATA[[...] SERVER – Server Side Paging in SQL Server Denali – A Better Alternative SQL SERVER – Server Side Paging in SQL Server Denali Performance Comparison SQL SERVER – Server Side Paging in SQL Server Denali – [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SERVER – Server Side Paging in SQL Server Denali – A Better Alternative SQL SERVER – Server Side Paging in SQL Server Denali Performance Comparison SQL SERVER – Server Side Paging in SQL Server Denali – [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darth Sonic</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-154964</link>
		<dc:creator><![CDATA[Darth Sonic]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 09:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-154964</guid>
		<description><![CDATA[Even this is not correct. This one works out for me:

WHERE RowNumber &gt;= (@PageNumber*@RowsPerPage)-@RowsPerPage+1 AND RowNumber &lt;= (@PageNumber)*@RowsPerPage]]></description>
		<content:encoded><![CDATA[<p>Even this is not correct. This one works out for me:</p>
<p>WHERE RowNumber &gt;= (@PageNumber*@RowsPerPage)-@RowsPerPage+1 AND RowNumber &lt;= (@PageNumber)*@RowsPerPage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darth Sonic</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-154962</link>
		<dc:creator><![CDATA[Darth Sonic]]></dc:creator>
		<pubDate>Mon, 08 Aug 2011 09:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-154962</guid>
		<description><![CDATA[The RowNumber filter is not correct. It msut look like this for the &quot;old&quot; method:

WHERE RowNumber &gt;= (@PageNumber*@RowsPerPage)-@RowsPerPage+1 AND RowNumber &lt;= (@PageNumber+1)*@RowsPerPage]]></description>
		<content:encoded><![CDATA[<p>The RowNumber filter is not correct. It msut look like this for the &#8220;old&#8221; method:</p>
<p>WHERE RowNumber &gt;= (@PageNumber*@RowsPerPage)-@RowsPerPage+1 AND RowNumber &lt;= (@PageNumber+1)*@RowsPerPage</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smnbss</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-143018</link>
		<dc:creator><![CDATA[smnbss]]></dc:creator>
		<pubDate>Wed, 22 Jun 2011 16:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-143018</guid>
		<description><![CDATA[one question:
what is the best way of returning the total number of records before the pagination both in SQL 2008 and 2011?

if I have a complex query, I do not want to duplicate the logic to get the recordset and the total count.
If I use CTE I can do one or the other...]]></description>
		<content:encoded><![CDATA[<p>one question:<br />
what is the best way of returning the total number of records before the pagination both in SQL 2008 and 2011?</p>
<p>if I have a complex query, I do not want to duplicate the logic to get the recordset and the total count.<br />
If I use CTE I can do one or the other&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun Gairola</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-122362</link>
		<dc:creator><![CDATA[Arun Gairola]]></dc:creator>
		<pubDate>Tue, 08 Mar 2011 06:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-122362</guid>
		<description><![CDATA[Pinal Can i do server side Paging in SSMS 2008 ?]]></description>
		<content:encoded><![CDATA[<p>Pinal Can i do server side Paging in SSMS 2008 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Server Side Paging in SQL Server 2011 – Part2 Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-107865</link>
		<dc:creator><![CDATA[SQL SERVER – Server Side Paging in SQL Server 2011 – Part2 Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Sun, 26 Dec 2010 01:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-107865</guid>
		<description><![CDATA[[...] SQL SERVER – Server Side Paging in SQL Server 2011 Performance Comparison [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Server Side Paging in SQL Server 2011 Performance Comparison [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tobi</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-106184</link>
		<dc:creator><![CDATA[tobi]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 20:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-106184</guid>
		<description><![CDATA[would like to see the execution plans in comparison (old vs. new).]]></description>
		<content:encoded><![CDATA[<p>would like to see the execution plans in comparison (old vs. new).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramdas</title>
		<link>http://blog.sqlauthority.com/2010/12/16/sql-server-server-side-paging-in-sql-server-2011-performance-comparison/#comment-106158</link>
		<dc:creator><![CDATA[Ramdas]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 18:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=11186#comment-106158</guid>
		<description><![CDATA[Pinal,
Thanks for the detailed artile and the script. This would be of big help while developing applications that need paging.]]></description>
		<content:encoded><![CDATA[<p>Pinal,<br />
Thanks for the detailed artile and the script. This would be of big help while developing applications that need paging.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
