<?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; How to Enable Index &#8211; How to Disable Index &#8211; Incorrect syntax near &#8216;ENABLE&#8217;</title>
	<atom:link href="http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Mon, 13 Feb 2012 15:11:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<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/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-147834</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:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-147834</guid>
		<description><![CDATA[[...] (Read more here) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] (Read more here) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER – Disable Clustered Index and Data Insert Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-67657</link>
		<dc:creator><![CDATA[SQL SERVER – Disable Clustered Index and Data Insert Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Thu, 29 Apr 2010 03:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-67657</guid>
		<description><![CDATA[[...] Due to the same reason even reorganization of the index is not possible till the clustered index (which was disabled) is rebuild. Now let us come to the second part of the question, regarding receiving the error when clustered index is &#8216;enabled&#8217;. This is very common question I receive on the blog. (The following statement is written keeping the syntax of T-SQL in mind) Clustered indexes can be disabled but can not be enabled, they have to rebuild. It is intuitive to think that something which we have &#8216;disabled&#8217; can be &#8216;enabled&#8217; but the syntax for the same is &#8216;rebuild&#8217;. This issue has been explained here: SQL SERVER – How to Enable Index – How to Disable Index – Incorrect syntax near ‘ENABLE’. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Due to the same reason even reorganization of the index is not possible till the clustered index (which was disabled) is rebuild. Now let us come to the second part of the question, regarding receiving the error when clustered index is &#8216;enabled&#8217;. This is very common question I receive on the blog. (The following statement is written keeping the syntax of T-SQL in mind) Clustered indexes can be disabled but can not be enabled, they have to rebuild. It is intuitive to think that something which we have &#8216;disabled&#8217; can be &#8216;enabled&#8217; but the syntax for the same is &#8216;rebuild&#8217;. This issue has been explained here: SQL SERVER – How to Enable Index – How to Disable Index – Incorrect syntax near ‘ENABLE’. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Tkatch</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57737</link>
		<dc:creator><![CDATA[Brian Tkatch]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 14:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57737</guid>
		<description><![CDATA[@Naresh

http://blog.sqlauthority.com/2009/06/23/sql-server-2005-2008-delete-duplicate-rows/

Pinal has a good deal of articles here. I found that one by searching for: delete duplicate records]]></description>
		<content:encoded><![CDATA[<p>@Naresh</p>
<p><a href="http://blog.sqlauthority.com/2009/06/23/sql-server-2005-2008-delete-duplicate-rows/" rel="nofollow">http://blog.sqlauthority.com/2009/06/23/sql-server-2005-2008-delete-duplicate-rows/</a></p>
<p>Pinal has a good deal of articles here. I found that one by searching for: delete duplicate records</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naresh</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57728</link>
		<dc:creator><![CDATA[Naresh]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 07:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57728</guid>
		<description><![CDATA[Hi pinal,

Can u pls tell me how to delete duplicate records.

Thanks,
Naresh]]></description>
		<content:encoded><![CDATA[<p>Hi pinal,</p>
<p>Can u pls tell me how to delete duplicate records.</p>
<p>Thanks,<br />
Naresh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deep</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57095</link>
		<dc:creator><![CDATA[deep]]></dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57095</guid>
		<description><![CDATA[Hi Pinal,

Once again a nice post.

@denny,


One step missed in earlier comment, find the correct steps mentioned below.

You can change the default path for the data and log file in the server properties.

Right click on the SQL instance –&gt; Properties --&gt;Database Settings.

In the Database setting page, under “Database Default Locations’, you can set your custom path for both data and log file.

Hope this will help.

Thanks.
Sudeepta.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Once again a nice post.</p>
<p>@denny,</p>
<p>One step missed in earlier comment, find the correct steps mentioned below.</p>
<p>You can change the default path for the data and log file in the server properties.</p>
<p>Right click on the SQL instance –&gt; Properties &#8211;&gt;Database Settings.</p>
<p>In the Database setting page, under “Database Default Locations’, you can set your custom path for both data and log file.</p>
<p>Hope this will help.</p>
<p>Thanks.<br />
Sudeepta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deep</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57094</link>
		<dc:creator><![CDATA[deep]]></dc:creator>
		<pubDate>Wed, 28 Oct 2009 07:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57094</guid>
		<description><![CDATA[Hi Pinal,

Once again a nice post.

@denny,

You can change the default path for the data and log file in the server properties.

Right click on the SQL instance --&gt; Database Settings.

In the Database setting page, under &quot;Database Default Locations&#039;, you can set your custom path for both data and log file.

Hope this will help.

Thanks.
Sudeepta.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Once again a nice post.</p>
<p>@denny,</p>
<p>You can change the default path for the data and log file in the server properties.</p>
<p>Right click on the SQL instance &#8211;&gt; Database Settings.</p>
<p>In the Database setting page, under &#8220;Database Default Locations&#8217;, you can set your custom path for both data and log file.</p>
<p>Hope this will help.</p>
<p>Thanks.<br />
Sudeepta.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: denny</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57080</link>
		<dc:creator><![CDATA[denny]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 15:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57080</guid>
		<description><![CDATA[gr8 post. very helpful indeed.

could you please spare a minute to answer my question below.
I hv sql 2008 installed. Whenever a new db is created, there is a path defaulted for the data and log files.
Is there any global setting available where this path can be changed, which would be reflected whenever a new db is created.

thx in advance.
Denny]]></description>
		<content:encoded><![CDATA[<p>gr8 post. very helpful indeed.</p>
<p>could you please spare a minute to answer my question below.<br />
I hv sql 2008 installed. Whenever a new db is created, there is a path defaulted for the data and log files.<br />
Is there any global setting available where this path can be changed, which would be reflected whenever a new db is created.</p>
<p>thx in advance.<br />
Denny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://blog.sqlauthority.com/2009/10/27/sql-server-how-to-enable-index-how-to-disable-index-incorrect-syntax-near-enable/#comment-57063</link>
		<dc:creator><![CDATA[Prashant]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 11:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7121#comment-57063</guid>
		<description><![CDATA[Hey! this is good one....really helped me...

Thanks]]></description>
		<content:encoded><![CDATA[<p>Hey! this is good one&#8230;.really helped me&#8230;</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

