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 2005
»
Administering
»
max worker threads
max worker threads
Rate Topic
Display Mode
Topic Options
Author
Message
karthikeyan-146504
karthikeyan-146504
Posted Tuesday, May 12, 2009 3:38 AM
Valued Member
Group: General Forum Members
Last Login: Thursday, April 08, 2010 11:35 PM
Points: 71,
Visits: 196
Hi,
We have dedicated sqlserver database system.
it has 8 processors and 8 GB Ram...
Let me know how many max worker threads we will have for this configuration.
Thanks in advance
Kindest Regards,
karthik
Post #714809
ajitgadge
ajitgadge
Posted Tuesday, May 12, 2009 4:23 AM
SSC Rookie
Group: General Forum Members
Last Login: Thursday, August 26, 2010 3:57 AM
Points: 38,
Visits: 74
Default value of max working thread is 255. So anything over 255 will slower down the performance.
If your application is OLTP then i would suggest to keep max dop 0 or if OLAP then incraese the value equal to your physical processor.
Post #714839
Jonathan Kehayias
Jonathan Kehayias
Posted Tuesday, May 12, 2009 6:39 AM
SSCommitted
Group: General Forum Members
Last Login: Sunday, May 12, 2013 4:26 PM
Points: 1,696,
Visits: 1,742
The default configuration for SQL Server should be used unless you have a demonstrated problem that requires a different configuration. This is to include the Max Degrees of Parallelism for OLTP's as a well. Even for transactional work loads, parallel processing is beneficial if the hardware supports it. If you find large CXPACKET wait types during query processing, then you might look at changing the Parallelism setting to adjust, or setting it to MAXDOP 1 using query hints for problemattic queries, but you shouldn't change the setting as a blanket rule.
Jonathan Kehayias | Principal Consultant | MCM: SQL Server 2008
My Blog
|
Twitter
|
MVP Profile
Training
|
Consulting
|
Become a SQLskills Insider
Troubleshooting SQL Server: A Guide for Accidental DBAs
Post #714932
« 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.