
What’s Faster: IN or OR? Columnstore Edition
Pinal Dave recently ignited a storm of controversy when he quizzed readers about which one of these would […]
Pinal Dave recently ignited a storm of controversy when he quizzed readers about which one of these would […]
Every weekday during the month of October, one of the modules from my Fundamentals classes will be absolutely […]
A reader posted a question for Office Hours: Hi Brent, What is your take on Hugo Kornelis’s explanation […]
How do we get this to show up in an execution plan: Without having an index seek or […]
I wish we got a yellow bang on execution plans when SQL Server was making up an estimate […]
Until 2022, when a query couldn’t go parallel, all we got was a really cryptic note in the […]
PostgreSQL is a popular database that is used by many applications. It’s been in active development for […]
When you see “index seek” on an execution plan, that doesn’t mean SQL Server is jumping to exactly […]
In my free How to Think Like the Engine class, we start out by measuring query performance using […]
When you execute a query, the database server has to figure out things like: Which table to process […]
If you’ve got good indexes to support your query, and statistics to help SQL Server guess how many […]
Not the one you like the least, or the one that requires the most work. What’s the one […]
When SQL Server is purely making an estimate up out of thin air, with no freakin’ idea what […]