Dear all,
We're using SQL Server 2000 sp3 in Windows Server 2003,
with 8 cores of processor and 12GB of memory.
In the moment, our server suffers from these errors:
- startsubprocess: Limit on 'Max worker threads' reached (sets max on 255, while on Task manager it reached 283)
- 1229 : Process ID xxx:xxx owns resources that are blocking processes on Scheduler x.
- Error: 17883, Severity: 1, State: 0
The Scheduler x appears to be hung. SPID xx, ECID x, UMS Context xxxxxxxxxx.
- Error: 17884, Severity: 1, State: 0
Potential deadlocks exist on all the schedulers.
What are the problems that can cause those error?
And what can cause the sql server threads to exceed the maximum threads default?
Regards,
Stan