Troubleshooting THREADPOOL Waits

Today I want to talk about a specified wait type that can be sometimes very hard to troubleshoot: the THREADPOOL wait type. This wait type is specific to the internal thread scheduling mechanism inside SQL Server. As you might know SQL Server internally uses its own “operating system” to implement thread scheduling and memory management …

Troubleshooting THREADPOOL Waits + read more