<?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>SQL Server Planet &#187; update statistics</title>
	<atom:link href="http://sqlserverplanet.com/tag/update-statistics/feed" rel="self" type="application/rss+xml" />
	<link>http://sqlserverplanet.com</link>
	<description>Tips and Articles on SQL Server</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:33:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Update Statistics</title>
		<link>http://sqlserverplanet.com/scripts/update-statistics</link>
		<comments>http://sqlserverplanet.com/scripts/update-statistics#comments</comments>
		<pubDate>Sun, 21 Jun 2009 00:20:31 +0000</pubDate>
		<dc:creator>Derek Dieter</dc:creator>
				<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[update statistics]]></category>

		<guid isPermaLink="false">http://sqlserverplanet.com/?p=316</guid>
		<description><![CDATA[There are two ways to update statistics. The first way is the easy way. It is one line of code that will update all the statistics in the database using the default sample size of 20,000 rows per table. EXEC sp_updatestats The other way, is to use the UPDATE STATISTICS command. This command gives much [...]]]></description>
		<wfw:commentRss>http://sqlserverplanet.com/scripts/update-statistics/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

