<?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; Disable Clustered Index and Data Insert</title>
	<atom:link href="http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Wed, 19 Jun 2013 08:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #027 &#124; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-468661</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #027 &#124; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 04 May 2013 01:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-468661</guid>
		<description><![CDATA[[...] Disable Clustered Index and Data Insert Should we disable the clustered index while we insert the large data or we should drop the clustered index while we insert large data. Honestly, the answer is very simple, drop the clustered index. If we disable clustered index the impact of it is much different than we expect. Check out this blog post which describes the same issue with working demo. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Disable Clustered Index and Data Insert Should we disable the clustered index while we insert the large data or we should drop the clustered index while we insert large data. Honestly, the answer is very simple, drop the clustered index. If we disable clustered index the impact of it is much different than we expect. Check out this blog post which describes the same issue with working demo. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-242010</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-242010</guid>
		<description><![CDATA[[...] ISBN: 1466405643 Page#149 Unused Index Script – Download Missing Index Script – Download Disable Clustered Index and Data Insert Generate Report for Index Physical Statistics – SSMS Understanding ALTER INDEX ALL REBUILD with [...]]]></description>
		<content:encoded><![CDATA[<p>[...] ISBN: 1466405643 Page#149 Unused Index Script – Download Missing Index Script – Download Disable Clustered Index and Data Insert Generate Report for Index Physical Statistics – SSMS Understanding ALTER INDEX ALL REBUILD with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-147835</link>
		<dc:creator><![CDATA[SQL SERVER – Interview Questions and Answers – Frequently Asked Questions – Day 13 of 31 Journey to SQLAuthority]]></dc:creator>
		<pubDate>Wed, 13 Jul 2011 01:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-147835</guid>
		<description><![CDATA[[...] No, we cannot insert data if Clustered Index is disabled because Clustered Indexes are in fact original tables which are physically ordered according to one or more keys (Columns). (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] No, we cannot insert data if Clustered Index is disabled because Clustered Indexes are in fact original tables which are physically ordered according to one or more keys (Columns). (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News – Monthly Roundup of Best SQL Posts Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-73943</link>
		<dc:creator><![CDATA[SQLAuthority News – Monthly Roundup of Best SQL Posts Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Mon, 31 May 2010 01:32:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-73943</guid>
		<description><![CDATA[[...] SQL SERVER – Disable Clustered Index and Data Insert SQL SERVER – Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index SQL SERVER – Disabled Index and Update Statistics [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Disable Clustered Index and Data Insert SQL SERVER – Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index SQL SERVER – Disabled Index and Update Statistics [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Disabled Index and Update Statistics Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-73595</link>
		<dc:creator><![CDATA[SQL SERVER – Disabled Index and Update Statistics Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Fri, 28 May 2010 01:32:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-73595</guid>
		<description><![CDATA[[...] SQL SERVER – Disable Clustered Index and Data Insert &#8211; Reader had a issue here with Disabled Index [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Disable Clustered Index and Data Insert &#8211; Reader had a issue here with Disabled Index [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-70464</link>
		<dc:creator><![CDATA[SQL SERVER – Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Wed, 12 May 2010 01:31:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-70464</guid>
		<description><![CDATA[[...] is in response to the ongoing communication with the reader who had earlier asked the question of SQL SERVER – Disable Clustered Index and Data Insert. The same reader has asked me the difference between ALTER INDEX ALL REBUILD and ALTER INDEX [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is in response to the ongoing communication with the reader who had earlier asked the question of SQL SERVER – Disable Clustered Index and Data Insert. The same reader has asked me the difference between ALTER INDEX ALL REBUILD and ALTER INDEX [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh.K.Molankar</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-69170</link>
		<dc:creator><![CDATA[Nilesh.K.Molankar]]></dc:creator>
		<pubDate>Wed, 05 May 2010 03:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-69170</guid>
		<description><![CDATA[Excellent Article !! Thanks Pinal..]]></description>
		<content:encoded><![CDATA[<p>Excellent Article !! Thanks Pinal..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Babar Javaid</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-67992</link>
		<dc:creator><![CDATA[Babar Javaid]]></dc:creator>
		<pubDate>Fri, 30 Apr 2010 08:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-67992</guid>
		<description><![CDATA[In whole example you did not show/explain the error message that shows &#039;Incorrect syntax error...&#039;. If you can explain that situation that will be great]]></description>
		<content:encoded><![CDATA[<p>In whole example you did not show/explain the error message that shows &#8216;Incorrect syntax error&#8230;&#8217;. If you can explain that situation that will be great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: krishna</title>
		<link>http://blog.sqlauthority.com/2010/04/29/sql-server-disable-clustered-index-and-data-insert/#comment-67818</link>
		<dc:creator><![CDATA[krishna]]></dc:creator>
		<pubDate>Thu, 29 Apr 2010 15:49:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=8816#comment-67818</guid>
		<description><![CDATA[Hi Pinal Dave,
I am very happy to write you. I would like to know the Interview questions and answers. I would like to be in touch with you online, as i am new in SQL server and i have a dream to make a career in it though i am not very good programmer.
I need your assistance in case if i required, i will write you personally when ever i required. Can u help me. please send some pdf file or other format files which will help for my prepearation of interview.


krishna
mumbai]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal Dave,<br />
I am very happy to write you. I would like to know the Interview questions and answers. I would like to be in touch with you online, as i am new in SQL server and i have a dream to make a career in it though i am not very good programmer.<br />
I need your assistance in case if i required, i will write you personally when ever i required. Can u help me. please send some pdf file or other format files which will help for my prepearation of interview.</p>
<p>krishna<br />
mumbai</p>
]]></content:encoded>
	</item>
</channel>
</rss>
