<?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/"
		>
<channel>
	<title>Comments on: Digging Around in SQL Internals &#8211; View Page Data</title>
	<atom:link href="http://sqlfool.com/2009/02/view_page_data/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlfool.com/2009/02/view_page_data/</link>
	<description>Adventures in SQL Tuning - a blog for the rest of us</description>
	<lastBuildDate>Tue, 07 Feb 2012 21:28:07 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Michael Zilberstein</title>
		<link>http://sqlfool.com/2009/02/view_page_data/comment-page-1/#comment-512</link>
		<dc:creator>Michael Zilberstein</dc:creator>
		<pubDate>Mon, 23 Feb 2009 08:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=523#comment-512</guid>
		<description>You exclude LOB pages here. In order to have full data (with performance penalty - nothing comes for free) the join should look like:
sys.partitions as p
JOIN sys.system_internals_allocation_units as au ON
    ON ( p.hobt_id = au.container_id AND au.type IN (1, 3)  ) OR
          ( p.partition_id = au.container_id AND au.type = 2  )</description>
		<content:encoded><![CDATA[<p>You exclude LOB pages here. In order to have full data (with performance penalty &#8211; nothing comes for free) the join should look like:<br />
sys.partitions as p<br />
JOIN sys.system_internals_allocation_units as au ON<br />
    ON ( p.hobt_id = au.container_id AND au.type IN (1, 3)  ) OR<br />
          ( p.partition_id = au.container_id AND au.type = 2  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Kehayias</title>
		<link>http://sqlfool.com/2009/02/view_page_data/comment-page-1/#comment-490</link>
		<dc:creator>Jonathan Kehayias</dc:creator>
		<pubDate>Mon, 23 Feb 2009 01:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://sqlfool.com/?p=523#comment-490</guid>
		<description>Have you seen the Internals Viewer app on CodePlex?

http://www.codeplex.com/InternalsViewer</description>
		<content:encoded><![CDATA[<p>Have you seen the Internals Viewer app on CodePlex?</p>
<p><a href="http://www.codeplex.com/InternalsViewer" rel="nofollow">http://www.codeplex.com/InternalsViewer</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

