When SQL Server runs on a computer with more than one processor or CPU, it detects the best degree of parallelism that is
the number of processors employed to run a single statement, for each query that has a parallel execution plan. You can usethe max degree of parallelism option to limit the number of processors to use for parallel plan execution and to prevent runaway queries from impacting SQL Server performance by using all available CPUs.
Submitted questions and answers are subject to review and editing, and may or may not be selected for posting, at the sole discretion of w3Sniff.
Get Started
Comments
Leave a Comment