<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Index Reorganize or Index Rebuild</title>
	<atom:link href="http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Fri, 17 May 2013 15:26:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Sachit</title>
		<link>http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/#comment-268826</link>
		<dc:creator><![CDATA[Sachit]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 09:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=506#comment-268826</guid>
		<description><![CDATA[Hi Pinal,

My job profile involves lot of work towards SQL Server side. Everytime I am stuck with some problem, I start googling about and find one of your links that always helps. Thanks a lot for such a great material you have on your blog. Do you have anything that explains how to analyze query execution plans? If you could share that with me over my email.

Regards
Sachit]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>My job profile involves lot of work towards SQL Server side. Everytime I am stuck with some problem, I start googling about and find one of your links that always helps. Thanks a lot for such a great material you have on your blog. Do you have anything that explains how to analyze query execution plans? If you could share that with me over my email.</p>
<p>Regards<br />
Sachit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nimesh Parikh</title>
		<link>http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/#comment-169470</link>
		<dc:creator><![CDATA[Nimesh Parikh]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 07:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=506#comment-169470</guid>
		<description><![CDATA[The Normal Practice is Disable All your Non-Clustered index -&gt; perform your Data load -&gt; Rebuild your all non-cluster indexes.

Data load speed also depend on how did you create your clustered index. If your cluster key is sequential like auto id or sequentialGUID, this will faster your insert performance.

Lot of people also follows Drop Non-clustered indexes -&gt; Drop Clustered indexes -&gt; Load your data -&gt; recreate Clustered index -&gt; recreate non-clustered indexes. this will be really help full when you do not have sequential cluster key.

Pinal i have read your lot of articles but this is my first post as a reply. correct me if i am wrong.]]></description>
		<content:encoded><![CDATA[<p>The Normal Practice is Disable All your Non-Clustered index -&gt; perform your Data load -&gt; Rebuild your all non-cluster indexes.</p>
<p>Data load speed also depend on how did you create your clustered index. If your cluster key is sequential like auto id or sequentialGUID, this will faster your insert performance.</p>
<p>Lot of people also follows Drop Non-clustered indexes -&gt; Drop Clustered indexes -&gt; Load your data -&gt; recreate Clustered index -&gt; recreate non-clustered indexes. this will be really help full when you do not have sequential cluster key.</p>
<p>Pinal i have read your lot of articles but this is my first post as a reply. correct me if i am wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Mehendale</title>
		<link>http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/#comment-165111</link>
		<dc:creator><![CDATA[Amit Mehendale]]></dc:creator>
		<pubDate>Sat, 03 Sep 2011 12:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=506#comment-165111</guid>
		<description><![CDATA[Hi Pinal,

I have created a DWH for one of our customers on SQL server 2008 R2. I have non-clustered indexes on the tables. Now I am facing issue in following conditions.
1&gt; If I disable the indexes on these tables then my DWH get updated very fast from OLTP system but my reporting becomes slow.
2&gt; If I don&#039;t disable the indexes then DWH updates takes ages.

I request your help in this.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I have created a DWH for one of our customers on SQL server 2008 R2. I have non-clustered indexes on the tables. Now I am facing issue in following conditions.<br />
1&gt; If I disable the indexes on these tables then my DWH get updated very fast from OLTP system but my reporting becomes slow.<br />
2&gt; If I don&#8217;t disable the indexes then DWH updates takes ages.</p>
<p>I request your help in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tharindu Dhaneenja</title>
		<link>http://blog.sqlauthority.com/2008/02/15/sql-server-index-reorganize-or-index-rebuild/#comment-88461</link>
		<dc:creator><![CDATA[Tharindu Dhaneenja]]></dc:creator>
		<pubDate>Mon, 20 Sep 2010 11:25:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=506#comment-88461</guid>
		<description><![CDATA[Hi Pinal, 
can you pls explain what is the storage level different between Index Reorganize or Index Rebuild. we know &quot;Index Rebuild&quot; means drop existing index and recreate it. but what is behind of &quot;Index Reorganize&quot;?]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
can you pls explain what is the storage level different between Index Reorganize or Index Rebuild. we know &#8220;Index Rebuild&#8221; means drop existing index and recreate it. but what is behind of &#8220;Index Reorganize&#8221;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
