﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2008 / SQL Server 2008 Administration  / Set the MAXDOP setting to 8? / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 22:04:20 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Set the MAXDOP setting to 8?</title><link>http://www.sqlservercentral.com/Forums/Topic1384002-1550-1.aspx</link><description>Best Practice for a Production Environment suggests a value of 1. Just remember that if you change the Max DOP to 8 for maintenance then the plan cache shall be flushed, so be careful if you decide to do this.</description><pubDate>Tue, 13 Nov 2012 07:02:51 GMT</pubDate><dc:creator>hs24</dc:creator></item><item><title>RE: Set the MAXDOP setting to 8?</title><link>http://www.sqlservercentral.com/Forums/Topic1384002-1550-1.aspx</link><description>Then as you are doing regular maintenance 8 will probably be the better option.If you read just on to the next paragraph it details what MAXDOP to use for upgrades, maintenance etc.What you could do is set MAXDOP to 1 during the normal operational hours, then set it to 8 in your maintenance window and switch it back to 1 after its completed[quote] The max degree of parallelism option is a setting that affects the entire instance of SQL Server. Microsoft Dynamics AX workloads generally perform better when intra-query parallelism is disabled. However, the upgrade process benefits from parallelism, as do activities that are used exclusively for batch jobs or maintenance. Use the following settings when the system performs maintenance activities or an upgrade:    Before an upgrade to a new release of Microsoft Dynamics AX, or before a large number of maintenance or batch activities, set max degree of parallelism to the smallest of the following values:        8        The number of physical processor cores        The number of physical processor cores per non-uniform memory access (NUMA) node     When the Microsoft Dynamics AX database is used in a production environment, set max degree of parallelism to 1. [/quote]</description><pubDate>Tue, 13 Nov 2012 04:17:04 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>RE: Set the MAXDOP setting to 8?</title><link>http://www.sqlservercentral.com/Forums/Topic1384002-1550-1.aspx</link><description>We are using AX 2009 with two AOS (Less than 500 users) on SQL Server 2008 R2.Right now we are only doing AX based Maintenance (Periodic Cleaning, Reindex using AX wizards). I am planning  to create sql server periodic maintenance plans (Index rebuild, DBCC CheckDB, STAT Update etc.).Suggestions are welcome</description><pubDate>Tue, 13 Nov 2012 04:14:00 GMT</pubDate><dc:creator>CuriousDBA</dc:creator></item><item><title>RE: Set the MAXDOP setting to 8?</title><link>http://www.sqlservercentral.com/Forums/Topic1384002-1550-1.aspx</link><description>What version of AX are you running 2009? 2012?  Have you recently done an upgrade?  Do you run AX batch processing or any types of AX or database maintenance regulary?</description><pubDate>Tue, 13 Nov 2012 03:28:41 GMT</pubDate><dc:creator>anthony.green</dc:creator></item><item><title>Set the MAXDOP setting to 8?</title><link>http://www.sqlservercentral.com/Forums/Topic1384002-1550-1.aspx</link><description>We are running a [b]Dynamics AX production on SQL Server 2008 R2[/b], recently one of Microsoft consultants tested our production and suggested to set Max degree of [b]parallelism option to 8[/b], But Microsoft Dynamics AX Best Practice suggests [b] Parallelism to 1![/b] (Planning database configuration for Microsoft Dynamics AX.pdf) AX database is running on a dedicated server with 2 Physical processors (Xeon E-7) with 8 cores each.  I am confused with these two options. If I set as 1, then Database cannot use full power of multi-processing! Please suggest best configuration settings for Dynamic AX SQL server 2008 R2 Production. </description><pubDate>Tue, 13 Nov 2012 03:14:12 GMT</pubDate><dc:creator>CuriousDBA</dc:creator></item></channel></rss>