<?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; Fragmentation &#8211; Detect Fragmentation and Eliminate Fragmentation</title>
	<atom:link href="http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Wed, 22 May 2013 19:03:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Satya</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-470391</link>
		<dc:creator><![CDATA[Satya]]></dc:creator>
		<pubDate>Tue, 07 May 2013 03:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-470391</guid>
		<description><![CDATA[How to find out the Rebuild o reorganize the index based on the fragmentation, when it is 10 to 30 % we reorganize and when it is more than 40% we must rebuild it.  how do i set this criteria  in the maintenance plan ? Can you please suggest me. to put maintenance plan to reorganize or re build  indexes  automatically]]></description>
		<content:encoded><![CDATA[<p>How to find out the Rebuild o reorganize the index based on the fragmentation, when it is 10 to 30 % we reorganize and when it is more than 40% we must rebuild it.  how do i set this criteria  in the maintenance plan ? Can you please suggest me. to put maintenance plan to reorganize or re build  indexes  automatically</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CaveMan</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-469456</link>
		<dc:creator><![CDATA[CaveMan]]></dc:creator>
		<pubDate>Sun, 05 May 2013 13:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-469456</guid>
		<description><![CDATA[Thank you again. Because B-Tree is the bases of SQL index I did not think a clustered index would matter. 
   I read that when a non unique index is created on a table, SQL server adds a another byte or so to make the index unique. Is this true? 
  Is it better to create a unique clustered index than a nonunique one ??
Thanks]]></description>
		<content:encoded><![CDATA[<p>Thank you again. Because B-Tree is the bases of SQL index I did not think a clustered index would matter.<br />
   I read that when a non unique index is created on a table, SQL server adds a another byte or so to make the index unique. Is this true?<br />
  Is it better to create a unique clustered index than a nonunique one ??<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-457964</link>
		<dc:creator><![CDATA[Danny]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 13:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-457964</guid>
		<description><![CDATA[Hi Pinal,
I am agree with Mike Dowel.
&quot;Your way of explaining is way way better than some of the blog authors I read. 

No matter what you write and how you write… you are always going to be one of my personal favorite. &quot;

Just like I am following a course from a SQL Guru!
Thanks for all the articles !!!]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,<br />
I am agree with Mike Dowel.<br />
&#8220;Your way of explaining is way way better than some of the blog authors I read. </p>
<p>No matter what you write and how you write… you are always going to be one of my personal favorite. &#8221;</p>
<p>Just like I am following a course from a SQL Guru!<br />
Thanks for all the articles !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khuynh</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-437452</link>
		<dc:creator><![CDATA[khuynh]]></dc:creator>
		<pubDate>Fri, 15 Mar 2013 01:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-437452</guid>
		<description><![CDATA[First off, this has been extremely useful.  However I&#039;m unclear about one issue that was asked above and I&#039;m having the same problem. 

Taruna wrote:

&quot;Hi Pinal,

Thanks, I understand the query, but my results give me lots of ‘null’ values for the object_name, which makes no sense. Any idea as to how to reslove this as many of the indexes really do de-fragmenting.

Thanks,

Taruna&quot;

What was the resolution to that question?  

Thanks.]]></description>
		<content:encoded><![CDATA[<p>First off, this has been extremely useful.  However I&#8217;m unclear about one issue that was asked above and I&#8217;m having the same problem. </p>
<p>Taruna wrote:</p>
<p>&#8220;Hi Pinal,</p>
<p>Thanks, I understand the query, but my results give me lots of ‘null’ values for the object_name, which makes no sense. Any idea as to how to reslove this as many of the indexes really do de-fragmenting.</p>
<p>Thanks,</p>
<p>Taruna&#8221;</p>
<p>What was the resolution to that question?  </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajesh</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-432670</link>
		<dc:creator><![CDATA[Rajesh]]></dc:creator>
		<pubDate>Wed, 06 Mar 2013 07:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-432670</guid>
		<description><![CDATA[hi,

‘(‘ delete and write again &#039;(&#039; it will be successfully]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>‘(‘ delete and write again &#8216;(&#8216; it will be successfully</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-432062</link>
		<dc:creator><![CDATA[Kim]]></dc:creator>
		<pubDate>Tue, 05 Mar 2013 10:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-432062</guid>
		<description><![CDATA[hi,

i tried this query .

there is repeat in index name and from same table ...
ex

T_AirportInformation	PK_T_AirportInformation	93.08056872	1055	CLUSTERED INDEX
T_AirportInformation	PK_T_AirportInformation	100	3	CLUSTERED INDEX
T_AirportInformation	PK_T_AirportInformation	0	1	CLUSTERED INDEX


like this why table and same kind of index is repeated ?]]></description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i tried this query .</p>
<p>there is repeat in index name and from same table &#8230;<br />
ex</p>
<p>T_AirportInformation	PK_T_AirportInformation	93.08056872	1055	CLUSTERED INDEX<br />
T_AirportInformation	PK_T_AirportInformation	100	3	CLUSTERED INDEX<br />
T_AirportInformation	PK_T_AirportInformation	0	1	CLUSTERED INDEX</p>
<p>like this why table and same kind of index is repeated ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: areaTIC.net (@areaTicnet)</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-425705</link>
		<dc:creator><![CDATA[areaTIC.net (@areaTicnet)]]></dc:creator>
		<pubDate>Fri, 22 Feb 2013 12:32:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-425705</guid>
		<description><![CDATA[Hi, I am getting the same error in SQL Server 2005 and I resolved it:

/* Get the database ID, for example 12345 */
SELECT DB_ID(N&#039;AdventureWorksLT&#039;)

/* Use de database ID 12345 in the Pinal&#039;s query */
SELECT OBJECT_NAME(OBJECT_ID), index_id,index_type_desc,index_level,
avg_fragmentation_in_percent,avg_page_space_used_in_percent,page_count
FROM sys.dm_db_index_physical_stats
(12345, NULL, NULL, NULL , &#039;SAMPLED&#039;)
ORDER BY avg_fragmentation_in_percent DESC]]></description>
		<content:encoded><![CDATA[<p>Hi, I am getting the same error in SQL Server 2005 and I resolved it:</p>
<p>/* Get the database ID, for example 12345 */<br />
SELECT DB_ID(N&#8217;AdventureWorksLT&#8217;)</p>
<p>/* Use de database ID 12345 in the Pinal&#8217;s query */<br />
SELECT OBJECT_NAME(OBJECT_ID), index_id,index_type_desc,index_level,<br />
avg_fragmentation_in_percent,avg_page_space_used_in_percent,page_count<br />
FROM sys.dm_db_index_physical_stats<br />
(12345, NULL, NULL, NULL , &#8216;SAMPLED&#8217;)<br />
ORDER BY avg_fragmentation_in_percent DESC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamesj</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-417451</link>
		<dc:creator><![CDATA[jamesj]]></dc:creator>
		<pubDate>Mon, 04 Feb 2013 03:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-417451</guid>
		<description><![CDATA[I am getting the same error as well, but I thought it might be because I was trying to do it dynamicly with sp_msforeachdb]]></description>
		<content:encoded><![CDATA[<p>I am getting the same error as well, but I thought it might be because I was trying to do it dynamicly with sp_msforeachdb</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cri</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-414095</link>
		<dc:creator><![CDATA[cri]]></dc:creator>
		<pubDate>Mon, 28 Jan 2013 12:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-414095</guid>
		<description><![CDATA[Interesting, so what&#039;s the advice of this DEITY to remove fragmentation of a heap without turning it into a clustered index? I don&#039;t see any other possibility than create/drop a clustered index. If this is his stance on the argument, then why didn&#039;t MS think of a tool (e.g. a DBCC command) to degrafment heaps? And why doesn&#039;t Paul reply for himself? Too high to get down into human&#039;s affairs?]]></description>
		<content:encoded><![CDATA[<p>Interesting, so what&#8217;s the advice of this DEITY to remove fragmentation of a heap without turning it into a clustered index? I don&#8217;t see any other possibility than create/drop a clustered index. If this is his stance on the argument, then why didn&#8217;t MS think of a tool (e.g. a DBCC command) to degrafment heaps? And why doesn&#8217;t Paul reply for himself? Too high to get down into human&#8217;s affairs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harshavardhan</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-407886</link>
		<dc:creator><![CDATA[Harshavardhan]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 06:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-407886</guid>
		<description><![CDATA[HI 
when i execute the query given to check the fragmentation percent it is giving an error saying &quot;Msg 102, Level 15, State 1, Line 4 Incorrect syntax near &#039;(&#039;.&quot;
what can be done. 

is it specifig to any version.
Am using SQL Server 2008 R2.

Please let me know asap.]]></description>
		<content:encoded><![CDATA[<p>HI<br />
when i execute the query given to check the fragmentation percent it is giving an error saying &#8220;Msg 102, Level 15, State 1, Line 4 Incorrect syntax near &#8216;(&#8216;.&#8221;<br />
what can be done. </p>
<p>is it specifig to any version.<br />
Am using SQL Server 2008 R2.</p>
<p>Please let me know asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #011 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-406706</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Weekly Series &#8211; Memory Lane &#8211; #011 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 12 Jan 2013 01:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-406706</guid>
		<description><![CDATA[[...] Fragmentation – Detect Fragmentation and Eliminate Fragmentation [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Fragmentation – Detect Fragmentation and Eliminate Fragmentation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-389079</link>
		<dc:creator><![CDATA[Randy]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 19:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-389079</guid>
		<description><![CDATA[Well said sir!]]></description>
		<content:encoded><![CDATA[<p>Well said sir!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-389072</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 19:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-389072</guid>
		<description><![CDATA[Randy - Paul Randal is the BEST SQL Expert EVER (period). 

I am fortunate to have his guidance.]]></description>
		<content:encoded><![CDATA[<p>Randy &#8211; Paul Randal is the BEST SQL Expert EVER (period). </p>
<p>I am fortunate to have his guidance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-389062</link>
		<dc:creator><![CDATA[Randy]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 18:50:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-389062</guid>
		<description><![CDATA[Boys, do your selves a favor and slow down a bit. Paul Randal is like a minor deity in MS SQL. He works for Microsoft&#039;s SQL development group and wrote portions of the product. I&#039;ve personally seen his name in system stored procedures.]]></description>
		<content:encoded><![CDATA[<p>Boys, do your selves a favor and slow down a bit. Paul Randal is like a minor deity in MS SQL. He works for Microsoft&#8217;s SQL development group and wrote portions of the product. I&#8217;ve personally seen his name in system stored procedures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeev</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-379137</link>
		<dc:creator><![CDATA[Rajeev]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 04:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-379137</guid>
		<description><![CDATA[Hi Pinal,

Thank you for your valuable article. 

We have set the fill factor 80 for a sharepoint database server (serverwide setting). But one index rebuild job is running offline everyweek in the same server for all the databases with fill factor 70. The database is performing slow due to high level of fragmentation. Is this can be a reason for the slowness, if yes what should be the ideal value of fill factor? It is SQL Server 2012 and sharepoint 2010. Please help us regarding this.

Rajeev]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Thank you for your valuable article. </p>
<p>We have set the fill factor 80 for a sharepoint database server (serverwide setting). But one index rebuild job is running offline everyweek in the same server for all the databases with fill factor 70. The database is performing slow due to high level of fragmentation. Is this can be a reason for the slowness, if yes what should be the ideal value of fill factor? It is SQL Server 2012 and sharepoint 2010. Please help us regarding this.</p>
<p>Rajeev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Sutaria</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-367833</link>
		<dc:creator><![CDATA[Vijay Sutaria]]></dc:creator>
		<pubDate>Fri, 02 Nov 2012 08:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-367833</guid>
		<description><![CDATA[Hi Pinal,

Thanks for this very important and useful article.

Please suggest your view on &quot;Remove Fragmentation from the table which is having UniqueIdentifier column as a PrimaryKey&quot;.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Thanks for this very important and useful article.</p>
<p>Please suggest your view on &#8220;Remove Fragmentation from the table which is having UniqueIdentifier column as a PrimaryKey&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uttam Atri</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-361415</link>
		<dc:creator><![CDATA[Uttam Atri]]></dc:creator>
		<pubDate>Thu, 18 Oct 2012 06:22:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-361415</guid>
		<description><![CDATA[Dear Pinal, kindly tell me is this feasible for sql server 2000 also 


Regards 
Uttam]]></description>
		<content:encoded><![CDATA[<p>Dear Pinal, kindly tell me is this feasible for sql server 2000 also </p>
<p>Regards<br />
Uttam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taruna</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-354911</link>
		<dc:creator><![CDATA[Taruna]]></dc:creator>
		<pubDate>Mon, 01 Oct 2012 14:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-354911</guid>
		<description><![CDATA[Hi Pinal,

Thanks, I understand the query, but my results give me lots of &#039;null&#039; values for the object_name, which makes no sense. Any idea as to how to reslove this as many of the indexes really do de-fragmenting. 

Thanks,

Taruna]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Thanks, I understand the query, but my results give me lots of &#8216;null&#8217; values for the object_name, which makes no sense. Any idea as to how to reslove this as many of the indexes really do de-fragmenting. </p>
<p>Thanks,</p>
<p>Taruna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someone</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-304700</link>
		<dc:creator><![CDATA[someone]]></dc:creator>
		<pubDate>Sat, 23 Jun 2012 10:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-304700</guid>
		<description><![CDATA[Don&#039;t ever follow &quot;Don&#039;t ever&quot; advise.]]></description>
		<content:encoded><![CDATA[<p>Don&#8217;t ever follow &#8220;Don&#8217;t ever&#8221; advise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-289789</link>
		<dc:creator><![CDATA[Juan]]></dc:creator>
		<pubDate>Mon, 28 May 2012 06:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-289789</guid>
		<description><![CDATA[Hi can you explain me something ?

I have de table with 45 millions reccords in a SQL2012 DB no primary key and no clustered index (not made by me ;) )

All my index are fragmented at ~99% and when i run this query :

ALTER INDEX ALL ON [Table_Name] REBUILD PARTITION = ALL
My fragmentation is at 0% great

But at this point the sqlserver process start using 15% to 20% of CPU and accessing the disk non stop during 2 or 3 houres and when it stop, the fragmentation is again at ~99%

I am the only one who use the DB...

should I kill someone or do magical incantation ? What is the problem of my database ?]]></description>
		<content:encoded><![CDATA[<p>Hi can you explain me something ?</p>
<p>I have de table with 45 millions reccords in a SQL2012 DB no primary key and no clustered index (not made by me ;) )</p>
<p>All my index are fragmented at ~99% and when i run this query :</p>
<p>ALTER INDEX ALL ON [Table_Name] REBUILD PARTITION = ALL<br />
My fragmentation is at 0% great</p>
<p>But at this point the sqlserver process start using 15% to 20% of CPU and accessing the disk non stop during 2 or 3 houres and when it stop, the fragmentation is again at ~99%</p>
<p>I am the only one who use the DB&#8230;</p>
<p>should I kill someone or do magical incantation ? What is the problem of my database ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smzuber</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-272429</link>
		<dc:creator><![CDATA[smzuber]]></dc:creator>
		<pubDate>Thu, 05 Apr 2012 10:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-272429</guid>
		<description><![CDATA[Hello Pinal Dave

i would like to know the use of  &quot;FILLFACTOR option&quot;  at indexes]]></description>
		<content:encoded><![CDATA[<p>Hello Pinal Dave</p>
<p>i would like to know the use of  &#8220;FILLFACTOR option&#8221;  at indexes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Cleaning Up SQL Server Indexes &#8211; Defragmentation, Fillfactor &#8211; Video &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-271676</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Cleaning Up SQL Server Indexes &#8211; Defragmentation, Fillfactor &#8211; Video &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 01:31:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-271676</guid>
		<description><![CDATA[[...] SQL SERVER – Fragmentation – Detect Fragmentation and Eliminate Fragmentation SQL SERVER – 2005 – Display Fragmentation Information of Data and Indexes of Database Table SQL SERVER – De-fragmentation of Database at Operating System to Improve Performance [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Fragmentation – Detect Fragmentation and Eliminate Fragmentation SQL SERVER – 2005 – Display Fragmentation Information of Data and Indexes of Database Table SQL SERVER – De-fragmentation of Database at Operating System to Improve Performance [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vandana</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-246593</link>
		<dc:creator><![CDATA[Vandana]]></dc:creator>
		<pubDate>Wed, 01 Feb 2012 12:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-246593</guid>
		<description><![CDATA[Hi Pinal

Is it recommended to create a maintenance plan for Index Rebuilding? What are the pros and cons?
I am planning to create the plan, so it will be a great help for me, if i could get the answer.

Thanks a lot

Vandana]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal</p>
<p>Is it recommended to create a maintenance plan for Index Rebuilding? What are the pros and cons?<br />
I am planning to create the plan, so it will be a great help for me, if i could get the answer.</p>
<p>Thanks a lot</p>
<p>Vandana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ola</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-236312</link>
		<dc:creator><![CDATA[Ola]]></dc:creator>
		<pubDate>Fri, 13 Jan 2012 01:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-236312</guid>
		<description><![CDATA[Hi Guys,

Pls how do i know findout what Index has been affected from the (no Column Name). 
example DF_Billofmaterilas_statdate

so i can use the right statement

Alter index ........ on ......................
rebuild]]></description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>Pls how do i know findout what Index has been affected from the (no Column Name).<br />
example DF_Billofmaterilas_statdate</p>
<p>so i can use the right statement</p>
<p>Alter index &#8230;&#8230;.. on &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
rebuild</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Non-Clustered Index and Automatic Rebuild &#8211; Quiz &#8211; Puzzle &#8211; 11 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2010/01/12/sql-server-fragmentation-detect-fragmentation-and-eliminate-fragmentation/#comment-235693</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Non-Clustered Index and Automatic Rebuild &#8211; Quiz &#8211; Puzzle &#8211; 11 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 01:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=7731#comment-235693</guid>
		<description><![CDATA[[...] Difference Between Index Rebuild and Index Reorganize Explained with T-SQL Script Fragmentation – Detect Fragmentation and Eliminate Fragmentation Generate Report for Index Physical Statistics – SSMS Comparison Index Fragmentation, Index [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Difference Between Index Rebuild and Index Reorganize Explained with T-SQL Script Fragmentation – Detect Fragmentation and Eliminate Fragmentation Generate Report for Index Physical Statistics – SSMS Comparison Index Fragmentation, Index [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
