<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Bell's Blog &#187; SQL 2005</title>
	<atom:link href="http://www.michaelkbell.com/index.php/category/sql-2005/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelkbell.com</link>
	<description>My one-in-all blog...</description>
	<lastBuildDate>Fri, 28 May 2010 16:57:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Effective Data Paging in SQL 2005</title>
		<link>http://www.michaelkbell.com/index.php/2006/08/25/effective-data-paging-in-sql-2005/</link>
		<comments>http://www.michaelkbell.com/index.php/2006/08/25/effective-data-paging-in-sql-2005/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 19:40:01 +0000</pubDate>
		<dc:creator>Michael Bell</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[SQL 2005]]></category>

		<guid isPermaLink="false">http://www.MichaelKBell.com/2006/08/25/EffectiveDataPagingInSQL2005.aspx</guid>
		<description><![CDATA[I&#8217;m in a spot where I need effective paging. My table has 500k rows and it would suck to select the whole shebob everytime the web page gets viewed, as it does when you use paging built into the datagrid or dataadapter. So, after a little research, I found some new functionality in SQL 2k5 [...]]]></description>
		<wfw:commentRss>http://www.michaelkbell.com/index.php/2006/08/25/effective-data-paging-in-sql-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
