<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>CHECKDB (Part 6): Consistency checking options for a VLDB</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx</link><description>(Yippee - just finished my certification dives and got my PADI Open Water certification - just in time for our dive trip to Indonesia in December :-) This is a question that comes up a lot - in fact 3 times this week already - most recently during a guest</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: CHECKDB (Part 6): Consistency checking options for a VLDB</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#904196</link><pubDate>Mon, 30 Oct 2006 22:21:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:904196</guid><dc:creator>simonlid</dc:creator><description>&lt;p&gt;Congrats on the dive certification, you will love diving in Indonesia. I was there this summer outside Borneo. &lt;/p&gt;
&lt;p&gt;Keep up the good posts.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;SimonLid&lt;/p&gt;</description></item><item><title>Checking Database Consistency in Very Large Databases (VLDB)</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#904729</link><pubDate>Tue, 31 Oct 2006 01:46:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:904729</guid><dc:creator>Julian Kuiters</dc:creator><description>&lt;p&gt;Paul Randal who was previously the Lead Developer / Manager for a team working on the SQL Server Storage Engine, has written a short article on the challenges and some options for using DBCC CHECKDB in a VLDB. If you are looking after databases in the&lt;/p&gt;</description></item><item><title>CHECKDB (Part 7): How long will CHECKDB take to run?</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#1523539</link><pubDate>Wed, 24 Jan 2007 23:59:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1523539</guid><dc:creator>SQL Server Storage Engine</dc:creator><description>&lt;p&gt;This is a question I see every so often and it cropped up again this morning so I'll use it as the subject&lt;/p&gt;
</description></item><item><title>PSSUG - Paul Randal via Live Meeting, all naked!</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#2571337</link><pubDate>Sat, 12 May 2007 16:32:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2571337</guid><dc:creator>Brian H. Madsen - .Net Powered by Caffeine</dc:creator><description>&lt;p&gt;The Perth SQL Server User Group was lucky enough to have Paul Randal , Principal Lead Program Manager&lt;/p&gt;
</description></item><item><title>Quick list of VLDB maintenance best practices</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#2673419</link><pubDate>Wed, 16 May 2007 17:12:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2673419</guid><dc:creator>SQL Server Storage Engine</dc:creator><description>&lt;p&gt;One evening last week I sat down with Kimberly for 5 minutes to come up with a top-of-our heads list&lt;/p&gt;
</description></item><item><title>re: CHECKDB (Part 6): Consistency checking options for a VLDB</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#3389221</link><pubDate>Mon, 18 Jun 2007 22:19:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3389221</guid><dc:creator>GregHa</dc:creator><description>&lt;p&gt;Under the &amp;quot;Use a seperate system&amp;quot; section, would running the CHECKDB on a log shipped database brought on line for this purpose provide the same funtionality as the backup restoration method you described?&lt;/p&gt;
</description></item><item><title>re: CHECKDB (Part 6): Consistency checking options for a VLDB</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#3391735</link><pubDate>Tue, 19 Jun 2007 01:33:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3391735</guid><dc:creator>Paul Randal - MSFT</dc:creator><description>&lt;p&gt;Hi Greg,&lt;/p&gt;
&lt;p&gt;Not really - as the log shipping secondary will only be taking log backups from the primary database, not a full database backup. This means that the integrity of all data file pages won't be checked using the method you describe.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>维护VLDB最佳建议清单之存储篇</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#4315636</link><pubDate>Fri, 10 Aug 2007 02:49:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4315636</guid><dc:creator>鸟儿飞过</dc:creator><description>&lt;p&gt;转载、解释一下来自SQL Server Storage Team的VLDB维护建议清单。 虽然主题是维护，但相信理解这些对于从事数据库开发的人员来说也有一定价值。&lt;/p&gt;
</description></item><item><title>Database Corruption Part 3 :: Differences between CHECKTABLE and CHECKDB</title><link>http://blogs.msdn.com/sqlserverstorageengine/archive/2006/10/20/consistency-checking-options-for-a-vldb.aspx#9615857</link><pubDate>Thu, 14 May 2009 15:56:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9615857</guid><dc:creator>Blogs from Suhas</dc:creator><description>&lt;p&gt;In this post, we would have a look at the differences between DBCC CHECKTABLE and DBCC CHECKDB. We would&lt;/p&gt;
</description></item></channel></rss>