Why I Travel So Much

I travel a lot. But occasionally I get asked “Why”. The answer to that is pretty simple and comes down to three simple things. 1. When I just out of high school (18 years old ish) I had no clue what I’d be doing for a living. My first real job out of high school…

The post Why I Travel So Much appeared first on SQL Server with Mr. Denny.

Cost Threshold for Paralellism

Cost Threshold for Parallelism is a setting in SQL Server that’s been around for as far back in the product that I can think of. It decides how expensive an operator needs to be because SQL Server will use multiple threads for that operator instead of a single thread. The Cost Threshold for Parallelism setting…

The post Cost Threshold for Paralellism appeared first on SQL Server with Mr. Denny.