Category Archives: Query Plans

  1. Temporary stored procedures

    Leave a comment

    August 7, 2019 by Kenneth Fisher

    tl;dr; Temporary stored procedures are excellent for testing pieces of code that are going to go into (or come from) …
    Continue reading

  2. Hugo’s SQL Server Execution Plan Reference

    1

    March 18, 2019 by Kenneth Fisher

    I’m a big fan of T-SQL Tuesday. Each month there is a host who comes up with a topic, and …
    Continue reading

  3. SQL Homework – January 2018 – Inspect an Execution Plan

    6

    January 3, 2018 by Kenneth Fisher

    It’s a new year and yet education never ends. So this month let’s take a look at an important part …
    Continue reading

  4. What is the “cost” in Cost Threshold for Parallelism?

    3

    April 17, 2017 by Kenneth Fisher

    tl;dr; While at one point the cost of a query was an estimated time to run in seconds, today it’s …
    Continue reading

  5. New indexes, hypothetically

    1

    November 2, 2016 by Kenneth Fisher

    I saw something like this the other day. My first thought was “Hu, never seen that before.” My second thought …
    Continue reading

  6. Comparing two query plans

    3

    June 14, 2016 by Kenneth Fisher

    This month my friend Michael J Swart(b/t) would like us to talk about the new 2016 version of SQL Server. …
    Continue reading

  7. Using LEN wrong.

    4

    June 2, 2016 by Kenneth Fisher

    I was reading someone’s question the other day on StackExchange and while the existing comments/questions solved the OP’s (original poster) …
    Continue reading

  8. Getting a query plan

    3

    February 19, 2014 by Kenneth Fisher

    Query plans are an essential tool when doing performance tuning. When looking at a query plan you should be aware …
    Continue reading

  9. A better way to find missing indexes

    13

    November 11, 2013 by Kenneth Fisher

    I recently attended SQL Saturday #255 and specifically the performance tuning pre-con put on by Grant Fritchey. It was a …
    Continue reading

  10. Physical Join Operators by Ami Levin

    Leave a comment

    November 6, 2013 by Kenneth Fisher

    For those who don’t know the three physical join operators are Hash Match, Loop Join and Nested Loops. Understanding these …
    Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 3,755 other subscribers

Follow me on Twitter

ToadWorld Pro of the Month November 2013