<?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; Cleaning Up SQL Server Indexes &#8211; Defragmentation, Fillfactor &#8211; Video</title>
	<atom:link href="http://blog.sqlauthority.com/2012/04/04/sql-server-cleaning-up-sql-server-indexes-defragmentation-fillfactor-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2012/04/04/sql-server-cleaning-up-sql-server-indexes-defragmentation-fillfactor-video/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 23 May 2013 14:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: prof_shri</title>
		<link>http://blog.sqlauthority.com/2012/04/04/sql-server-cleaning-up-sql-server-indexes-defragmentation-fillfactor-video/#comment-342439</link>
		<dc:creator><![CDATA[prof_shri]]></dc:creator>
		<pubDate>Mon, 10 Sep 2012 06:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18062#comment-342439</guid>
		<description><![CDATA[Hi Pinal,

Your blog has been very helpful to me.

I am having a very serious issue with my MSSQL Server database. I am using MS SQL 2008 R2

My database is taking up 1.5 TB of space.

I am giving you details of 1 of the 20 tables that I have in my database.
 
Table_Name
ONTIME_DELIVERY_HISTORY_F	
rows	
149348218
reserved_KB	data_ KB	               index_size_KB	unused_KB
286507304	109628760	176843160	35384



The indes size is seems to be too high. I have used following command for reducing the index size.

ALTER INDEX ALL
ON ONTIME_DELIVERY_HISTORY_F
REBUILD WITH (DATA_COMPRESSION = ROW)

I have observed that the index size reduces by using this command, but the dsk space remains the same. 

It would be great help if you could guide me and let me know what steps should be followed to reduce the index size and ultimately the reduce the disk space.]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>Your blog has been very helpful to me.</p>
<p>I am having a very serious issue with my MSSQL Server database. I am using MS SQL 2008 R2</p>
<p>My database is taking up 1.5 TB of space.</p>
<p>I am giving you details of 1 of the 20 tables that I have in my database.</p>
<p>Table_Name<br />
ONTIME_DELIVERY_HISTORY_F<br />
rows<br />
149348218<br />
reserved_KB	data_ KB	               index_size_KB	unused_KB<br />
286507304	109628760	176843160	35384</p>
<p>The indes size is seems to be too high. I have used following command for reducing the index size.</p>
<p>ALTER INDEX ALL<br />
ON ONTIME_DELIVERY_HISTORY_F<br />
REBUILD WITH (DATA_COMPRESSION = ROW)</p>
<p>I have observed that the index size reduces by using this command, but the dsk space remains the same. </p>
<p>It would be great help if you could guide me and let me know what steps should be followed to reduce the index size and ultimately the reduce the disk space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RoopBasant</title>
		<link>http://blog.sqlauthority.com/2012/04/04/sql-server-cleaning-up-sql-server-indexes-defragmentation-fillfactor-video/#comment-271855</link>
		<dc:creator><![CDATA[RoopBasant]]></dc:creator>
		<pubDate>Wed, 04 Apr 2012 10:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=18062#comment-271855</guid>
		<description><![CDATA[Thanks Sir,It is good know for performance tuning.]]></description>
		<content:encoded><![CDATA[<p>Thanks Sir,It is good know for performance tuning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
