Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 Administration
»
Set the MAXDOP setting to 8?
Set the MAXDOP setting to 8?
Rate Topic
Display Mode
Topic Options
Author
Message
CuriousDBA
CuriousDBA
Posted Tuesday, November 13, 2012 3:14 AM
Grasshopper
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 3:41 PM
Points: 11,
Visits: 60
We are running a
Dynamics AX production on SQL Server 2008 R2
, recently one of Microsoft consultants tested our production and suggested to set Max degree of
parallelism option to 8
, But Microsoft Dynamics AX Best Practice suggests
Parallelism to 1!
(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.
Post #1384002
anthony.green
anthony.green
Posted Tuesday, November 13, 2012 3:28 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
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?
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1384009
CuriousDBA
CuriousDBA
Posted Tuesday, November 13, 2012 4:14 AM
Grasshopper
Group: General Forum Members
Last Login: Wednesday, February 20, 2013 3:41 PM
Points: 11,
Visits: 60
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
Post #1384025
anthony.green
anthony.green
Posted Tuesday, November 13, 2012 4:17 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
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
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.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1384027
hs24
hs24
Posted Tuesday, November 13, 2012 7:02 AM
Right there with Babe
Group: General Forum Members
Last Login: Today @ 7:29 AM
Points: 765,
Visits: 328
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.
Post #1384071
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.