Query Plan Pop Quiz Answers 2 and 3: I’ve Got ...
In the Query Plan Pop Quiz, questions 2 and 3 asked you about what the sizes of arrows […]
In the Query Plan Pop Quiz, questions 2 and 3 asked you about what the sizes of arrows […]
In last week’s Query Plans Pop Quiz, the first question was, someone hands you these two queries and […]
Question 1: Pick the Problematic Plan: someone hands you a pair of queries, and you get the estimated […]
SQL Server 2022 has lot of improved and advanced features compared to its predecessor versions. This includes new […]
For yeeeeeears, when I’ve explained execution plans, part of my explanation has included the instructions, “Read the plan […]
At the PASS Summit this month, I presented a 1-day workshop called T-SQL Tuning for SQL Server 2019 […]
About 10 years ago, Microsoft made changes to the Cardinality Estimator (CE) which caused some problems for SQL […]
Sometimes when you do GROUP BY, the order of the columns does matter. For example, these two SELECT […]
An interesting question came in on PollGab. DBAmusing asked: If a query takes 5-7s to calculate the execution […]
The post Plansplaining, part 20. SQL Graph (part 1) appeared first on SQLServerCentral.
The post Explore Natively Compiled SQL Server Stored Procedure Execution Plans appeared first on SQLServerCentral.