<?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>Dave Turpin, SQL Server Developer &#187; dbcc</title>
	<atom:link href="http://www.daveturpin.com/tag/dbcc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveturpin.com</link>
	<description>Practical SQL Server Tips</description>
	<lastBuildDate>Sun, 22 Aug 2010 19:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Table Row Counts</title>
		<link>http://www.daveturpin.com/2009/09/table-rowcounts/</link>
		<comments>http://www.daveturpin.com/2009/09/table-rowcounts/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 01:09:47 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[System Tables]]></category>
		<category><![CDATA[count(*)]]></category>
		<category><![CDATA[CTE]]></category>
		<category><![CDATA[dbcc]]></category>
		<category><![CDATA[dropcleanbuffers]]></category>
		<category><![CDATA[freeproccache]]></category>
		<category><![CDATA[Recursion]]></category>
		<category><![CDATA[row count]]></category>
		<category><![CDATA[set statistics]]></category>
		<category><![CDATA[sysindex]]></category>
		<category><![CDATA[system table]]></category>

		<guid isPermaLink="false">http://66.116.218.128/?p=30</guid>
		<description><![CDATA[The easiest way to count the number of rows in a table, from the user perspective, is to use the simple COUNT(*) operator.  A more efficient method to count the number of records in a table is to use SQL Server’s system tables. Let’s start out with the naive approach and see how it performs. [...]]]></description>
		<wfw:commentRss>http://www.daveturpin.com/2009/09/table-rowcounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
