﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / max worker threads / 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, 21 May 2013 22:22:00 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: max worker threads</title><link>http://www.sqlservercentral.com/Forums/Topic714809-146-1.aspx</link><description>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.</description><pubDate>Tue, 12 May 2009 06:39:11 GMT</pubDate><dc:creator>Jonathan Kehayias</dc:creator></item><item><title>RE: max worker threads</title><link>http://www.sqlservercentral.com/Forums/Topic714809-146-1.aspx</link><description>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.</description><pubDate>Tue, 12 May 2009 04:23:34 GMT</pubDate><dc:creator>ajitgadge</dc:creator></item><item><title>max worker threads</title><link>http://www.sqlservercentral.com/Forums/Topic714809-146-1.aspx</link><description>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</description><pubDate>Tue, 12 May 2009 03:38:08 GMT</pubDate><dc:creator>karthikeyan-146504</dc:creator></item></channel></rss>