<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Reindexing? Check your DOP.</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx</link><description>I had a long night last night of watching Perfmon counters while I coaxed our data warehouse fact data into new files. I learned something through this little project, perhaps dumb and obvious, but important: don’t assume that your re-indexing work, even</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: Reindexing? Check your DOP.</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx#47155</link><pubDate>Mon, 14 Jan 2013 21:43:01 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47155</guid><dc:creator>Ola Hallengren</dc:creator><description>&lt;p&gt;You can set the max degree of parallelism in the ALTER INDEX command, so there is no need to change the global option.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms188388.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms188388.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Reindexing? Check your DOP.</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx#47156</link><pubDate>Mon, 14 Jan 2013 21:53:05 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47156</guid><dc:creator>Ola Hallengren</dc:creator><description>&lt;p&gt;It works also for the CREATE INDEX command.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ms188783.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms188783.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Reindexing? Check your DOP.</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx#47157</link><pubDate>Mon, 14 Jan 2013 23:00:36 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47157</guid><dc:creator>merrillaldrich</dc:creator><description>&lt;p&gt;Yes indeed. I had the scripts all prepped in this case (plus exclusive access to the server) so it was easier, but putting it in the statements would be better in general. That was me being lazy I guess :-).&lt;/p&gt;
</description></item><item><title>Updated Warehouse Re-Index Script</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx#47159</link><pubDate>Tue, 15 Jan 2013 00:30:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47159</guid><dc:creator>Merrill Aldrich</dc:creator><description>&lt;p&gt;As I talked about in my last post , I just went through a re-indexing project that took the partitioned&lt;/p&gt;
</description></item><item><title>re: Reindexing? Check your DOP.</title><link>http://sqlblog.com/blogs/merrill_aldrich/archive/2013/01/13/reindexing-check-your-dop.aspx#47275</link><pubDate>Thu, 24 Jan 2013 13:41:24 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47275</guid><dc:creator>Digital Dog</dc:creator><description>&lt;p&gt;Yes, it's the indexing that can easily max out all CPUs at 100%. If you have Standard Edition, however, that's a different story, as you noticed, because index operations are all MAXDOP 1 (even in case of usual INSERTs, UPDATEs or DELETEs).&lt;/p&gt;
</description></item></channel></rss>