<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.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>Visualizing Data File Layout II</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/23/visualizing-data-file-layout-ii.aspx</link><description>Part 2 of a blog series visually demonstrating the layout of objects on data pages in SQL Server Part 1 In Part 1 of this series, I introduced a little demo app that renders the layout of pages in SQL Server files by object. Today I’ll put that app through</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: Visualizing Data File Layout II</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/23/visualizing-data-file-layout-ii.aspx#47351</link><pubDate>Mon, 28 Jan 2013 09:28:12 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47351</guid><dc:creator>Wolfgang</dc:creator><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;this is a very great article. Short, easy to understand and really interesting.&lt;/p&gt;
&lt;p&gt;The only thing I cannot agree with is that you call the rebuild-overhead a not &amp;quot;wasted&amp;quot; space. As so often it depends:&lt;/p&gt;
&lt;p&gt;In our production system some of our tables need some hundreds GB(!) space on a high availability storage. As this is really expensive it IS &amp;quot;wasted&amp;quot; space for us. That's why we do a reorg instead of a rebuild.&lt;/p&gt;
&lt;p&gt;We already thought rebuilding works like you showed here but it's great to get the acknowledgment.&lt;/p&gt;
&lt;p&gt;Keep on writing :-)&lt;/p&gt;
</description></item><item><title>re: Visualizing Data File Layout II</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/23/visualizing-data-file-layout-ii.aspx#47355</link><pubDate>Mon, 28 Jan 2013 13:37:22 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47355</guid><dc:creator>merrillaldrich</dc:creator><description>&lt;p&gt;Thanks! True, a database with one or a few very large tables can pose a challenge because so much more overhead space is needed if you reindex, compared to a database with many smaller tables. The two ways I know to mitigate are partitioning (individual partitions can be rebuilt) or, as you say, reorg. If partitioning isn't an option, I still prefer to have the overhead available - imagine, for example, if you needed to make a change to the CI.&lt;/p&gt;
</description></item><item><title>Visualizing Data File Layout III</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/23/visualizing-data-file-layout-ii.aspx#47374</link><pubDate>Tue, 29 Jan 2013 05:45:52 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47374</guid><dc:creator>Merrill Aldrich</dc:creator><description>&lt;p&gt;This is part three of a blog series illustrating a method to render the file structure of a SQL Server&lt;/p&gt;
</description></item></channel></rss>