BUG: Changing Max Worker Threads Requires You to Restart SQL Server (269486)
The information in this article applies to:
This article was previously published under Q269486
BUG #: 51846 (SQLBUG_70)
SYMPTOMS
When you adjust the maximum worker threads configuration by using code similar to the following:
sp_configure 'max worker threads'
The run value is updated immediately and you do not have to stop and restart the SQL Server service. However, the User Mode Scheduler picks up the newly configured max worker threads only after you stop and then restart the SQL Server service.
WORKAROUND
Stop and restart SQL Server so that the new configuration settings can take effect.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbCodeSnippet kbDSupport KB269486 |
---|
|