Updated Training Modules for SQL Server 2019 & 2022At the PASS Summit this month, I presented a 1-day workshop called T-SQL Tuning for SQL Server 2019 […] 21 novembre 2024 dans Sites anglophones étiqueté Execution plans par brentozar.com
Yes, Cardinality Estimation Keeps Changing After SQL Server 2014.About 10 years ago, Microsoft made changes to the Cardinality Estimator (CE) which caused some problems for SQL […] 25 septembre 2024 dans Sites anglophones étiqueté Execution plans par brentozar.com
Does Your GROUP BY Order Matter?Sometimes when you do GROUP BY, the order of the columns does matter. For example, these two SELECT […] 20 mars 2024 dans Sites anglophones étiqueté Execution plans par brentozar.com
What Happens When Multiple Queries Compile at Once?An interesting question came in on PollGab. DBAmusing asked: If a query takes 5-7s to calculate the execution […] 7 mars 2024 dans Sites anglophones étiqueté Execution plans par brentozar.com
Plansplaining, part 20. SQL Graph (part 1)The post Plansplaining, part 20. SQL Graph (part 1) appeared first on SQLServerCentral. 6 décembre 2023 dans Sites anglophones étiqueté Execution Plan / Execution plans / Graph databases / Performance and Tuning / SQL Server Graph Database par sqlservercentral.com
Explore Natively Compiled SQL Server Stored Procedure Execution PlansThe post Explore Natively Compiled SQL Server Stored Procedure Execution Plans appeared first on SQLServerCentral. 16 octobre 2023 dans Sites anglophones étiqueté Database Performance / Execution Plan / Execution plans / Performance and Tuning par sqlservercentral.com
What’s Faster: IN or OR? Columnstore EditionPinal Dave recently ignited a storm of controversy when he quizzed readers about which one of these would […] 11 septembre 2023 dans Sites anglophones étiqueté Columnstore Indexes / Execution plans par brentozar.com
This Week, Fundamentals of Query Tuning Classes are Free!Every weekday during the month of October, one of the modules from my Fundamentals classes will be absolutely […] 10 octobre 2022 dans Sites anglophones étiqueté Execution plans par brentozar.com
Estimated and Actual Plans Can Have Different Shapes.A reader posted a question for Office Hours: Hi Brent, What is your take on Hugo Kornelis’s explanation […] 9 août 2022 dans Sites anglophones étiqueté Execution plans par brentozar.com
SQL Server Pop Quiz: A Key Lookup Without the IndexHow do we get this to show up in an execution plan: Without having an index seek or […] 18 juillet 2022 dans Sites anglophones étiqueté Execution plans par brentozar.com