<?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; 2005 &#8211; Explanation and Script for Online Index Operations &#8211; Create, Rebuild, Drop</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-47239</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-47239</guid>
		<description>[...] SQL SERVER - 2005 - Explanation and Script for Online Index Operations - Create, Rebuild, Drop [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; 2005 &#8211; Explanation and Script for Online Index Operations &#8211; Create, Rebuild, Drop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Cook</title>
		<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-43444</link>
		<dc:creator>Dan Cook</dc:creator>
		<pubDate>Thu, 02 Oct 2008 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-43444</guid>
		<description>Was excited about ALTER INDEX ALL ON table WITH (ONLINE = ON).  However, the SUSPENDED status on the online rebuild does not leave me with a good feeling.  

subject table  has 103151154 rows, no columns defined as a large object,  a 2 column non-unique non-clustered index,  a 1 column primary clustered key index. Row size is less than 100 bytes.

recovery mode is &quot;full&quot; on the subject database.

running SQL 2005 Enterprise 64bit on a 64bit Windows 2003 server with 16gb of memory, 24gb of virtual memory.

Was running a script to rebuild all indexes in all tables.  Eleven smaller tables had processed successfully.  I left for for the evening and came back this morning to find the SUSPENDED status.  

Looked at the SQL lock and found an &quot;unresolved deadlock&quot; ...on a test server, and I am the only one logged in.

Any insight you have would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Was excited about ALTER INDEX ALL ON table WITH (ONLINE = ON).  However, the SUSPENDED status on the online rebuild does not leave me with a good feeling.  </p>
<p>subject table  has 103151154 rows, no columns defined as a large object,  a 2 column non-unique non-clustered index,  a 1 column primary clustered key index. Row size is less than 100 bytes.</p>
<p>recovery mode is &#8220;full&#8221; on the subject database.</p>
<p>running SQL 2005 Enterprise 64bit on a 64bit Windows 2003 server with 16gb of memory, 24gb of virtual memory.</p>
<p>Was running a script to rebuild all indexes in all tables.  Eleven smaller tables had processed successfully.  I left for for the evening and came back this morning to find the SUSPENDED status.  </p>
<p>Looked at the SQL lock and found an &#8220;unresolved deadlock&#8221; &#8230;on a test server, and I am the only one logged in.</p>
<p>Any insight you have would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-33276</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 25 Jan 2008 21:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-33276</guid>
		<description>Performed some tests of the ALTER INDEX Rebuild using both the OFFLINE and ONLINE methods. I restored the database between each test. I captured the stats from the sys.dm_db_index_physical_stats dmv view before and after. When using the online methed the number of datapages went up in some cases. This was not the same for the offline. Do you have any thoughts?</description>
		<content:encoded><![CDATA[<p>Performed some tests of the ALTER INDEX Rebuild using both the OFFLINE and ONLINE methods. I restored the database between each test. I captured the stats from the sys.dm_db_index_physical_stats dmv view before and after. When using the online methed the number of datapages went up in some cases. This was not the same for the offline. Do you have any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER - 2005 - Limitation of Online Index Rebuld Operation Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-16021</link>
		<dc:creator>SQL SERVER - 2005 - Limitation of Online Index Rebuld Operation Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Sun, 21 Oct 2007 15:19:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-16021</guid>
		<description>[...] 1) What is Online Index Rebuild Operation? Online operation means when online operations are happening the database are in normal operational condition, the processes which are participating in online operations does not require exclusive access to database. Read about this in-depth in my previous article SQL SERVER - 2005 - Explanation and Script for Online Index Operations - Create, Rebuild, Drop [...]</description>
		<content:encoded><![CDATA[<p>[...] 1) What is Online Index Rebuild Operation? Online operation means when online operations are happening the database are in normal operational condition, the processes which are participating in online operations does not require exclusive access to database. Read about this in-depth in my previous article SQL SERVER &#8211; 2005 &#8211; Explanation and Script for Online Index Operations &#8211; Create, Rebuild, Drop [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason robertson</title>
		<link>http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-9148</link>
		<dc:creator>jason robertson</dc:creator>
		<pubDate>Thu, 23 Aug 2007 23:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/17/sql-server-2005-explanation-and-script-for-online-index-operations-create-rebuild-drop/#comment-9148</guid>
		<description>good article to the point</description>
		<content:encoded><![CDATA[<p>good article to the point</p>
]]></content:encoded>
	</item>
</channel>
</rss>
