<?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; DBCC SHRINKFILE Takes Long Time to Run</title>
	<atom:link href="http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:29:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Anup Das</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-67503</link>
		<dc:creator><![CDATA[Anup Das]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 19:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-67503</guid>
		<description><![CDATA[Hi Ashutosh,

Just thought to reply to this as Pinal will be busy with many activities.

No,there is no way to compress a backup file using SQL 2k5.You might have to go with a 3rd party solution.

Thank You,
Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Ashutosh,</p>
<p>Just thought to reply to this as Pinal will be busy with many activities.</p>
<p>No,there is no way to compress a backup file using SQL 2k5.You might have to go with a 3rd party solution.</p>
<p>Thank You,<br />
Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Das</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-67501</link>
		<dc:creator><![CDATA[Anup Das]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 19:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-67501</guid>
		<description><![CDATA[Hi Pinal,

I found the answer.We can anytime stop the execution of the DBCC command,however in production environment its not a best practise to break DBCC commands.


Thank You,
Anup]]></description>
		<content:encoded><![CDATA[<p>Hi Pinal,</p>
<p>I found the answer.We can anytime stop the execution of the DBCC command,however in production environment its not a best practise to break DBCC commands.</p>
<p>Thank You,<br />
Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anup Das</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-67492</link>
		<dc:creator><![CDATA[Anup Das]]></dc:creator>
		<pubDate>Wed, 28 Apr 2010 18:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-67492</guid>
		<description><![CDATA[Thanks Pinal for this info.I was not aware that its a single thread process.Appreciate the info.

Could you also confirm if there are any options to kill the DBCC SHRINKDATABASE command.I belive this might cause inconsistency for the database.Any thoughts please.

Thank You,
Anup]]></description>
		<content:encoded><![CDATA[<p>Thanks Pinal for this info.I was not aware that its a single thread process.Appreciate the info.</p>
<p>Could you also confirm if there are any options to kill the DBCC SHRINKDATABASE command.I belive this might cause inconsistency for the database.Any thoughts please.</p>
<p>Thank You,<br />
Anup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avineet</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-45581</link>
		<dc:creator><![CDATA[Avineet]]></dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-45581</guid>
		<description><![CDATA[How can you shrink a 150GB db, without doing a DBCC reindex. Is it not feasible at all? Has the threading technology been replaced in SQL 2K5 with Multy from single.]]></description>
		<content:encoded><![CDATA[<p>How can you shrink a 150GB db, without doing a DBCC reindex. Is it not feasible at all? Has the threading technology been replaced in SQL 2K5 with Multy from single.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashutosh</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-42658</link>
		<dc:creator><![CDATA[ashutosh]]></dc:creator>
		<pubDate>Wed, 10 Sep 2008 20:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-42658</guid>
		<description><![CDATA[Hi, Pinal

I used to read your article always, they are very valubale in several ways. I have a question about compression of back file .

Can we compress the bak file thorugh sql 2k5?

Or if any other way to compress the .bak file that will be very useful way for saving Disk space]]></description>
		<content:encoded><![CDATA[<p>Hi, Pinal</p>
<p>I used to read your article always, they are very valubale in several ways. I have a question about compression of back file .</p>
<p>Can we compress the bak file thorugh sql 2k5?</p>
<p>Or if any other way to compress the .bak file that will be very useful way for saving Disk space</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cherie</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-41788</link>
		<dc:creator><![CDATA[Cherie]]></dc:creator>
		<pubDate>Tue, 19 Aug 2008 15:15:06 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-41788</guid>
		<description><![CDATA[What&#039;s the right way to shrink data file]]></description>
		<content:encoded><![CDATA[<p>What&#8217;s the right way to shrink data file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry Hung</title>
		<link>http://blog.sqlauthority.com/2008/07/25/sql-server-dbcc-shrinkfile-takes-long-time-to-run/#comment-40987</link>
		<dc:creator><![CDATA[Jerry Hung]]></dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://sqlauthority.wordpress.com/?p=736#comment-40987</guid>
		<description><![CDATA[Thanks for the tip, it&#039;s nice to know that
yes, I have had to wait on SHRINK couple times (and almost killing every other transaction by slowing to turtle speed)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip, it&#8217;s nice to know that<br />
yes, I have had to wait on SHRINK couple times (and almost killing every other transaction by slowing to turtle speed)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

