How to Think Like the SQL Server Engine

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • You’re comfortable writing queries to get the data you need.
    But you're uncomfortable if someone asks you how it works, how SQL Server and Azure SQL DB turn your queries into results. You know there are execution plans, but ... you're uncomfortable reading them. You know queries need indexes, but you're not sure which columns to put in order, or how SQL Server chooses between them.
    I'd like to teach you, for free!

ความคิดเห็น • 17

  • @DatabaseAdministration
    @DatabaseAdministration 2 หลายเดือนก่อน +1

    If i may ask, to know all this what did you do? Any books ? courses? offical docs?

  • @barrowmusics
    @barrowmusics 4 หลายเดือนก่อน

    I mostly love videos with timestamps, but all the same great video

  • @emersonpup
    @emersonpup 10 หลายเดือนก่อน

    This is making me look back in pain at all of my shitty query tuning attempts at my last job

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  10 หลายเดือนก่อน

      I know, right? That's my entire career...

  • @benjaminberger9629
    @benjaminberger9629 10 หลายเดือนก่อน

    I really, really like your content, but do you hear your soundboard while it is playing? At the volume it is playing at in the video? 😁

  • @TheColjackoneal
    @TheColjackoneal 10 หลายเดือนก่อน

    Everytime Brent steps out of frame it looks like he's been snapped by Thanos 🤣

  • @DeborahGSams
    @DeborahGSams 10 หลายเดือนก่อน

    do all function invalidate index usage?

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  10 หลายเดือนก่อน

      Great question! We talk about that in detail in both my Fundamentals of Index Tuning class and my Fundamentals of Query Tuning class. The short answer is no, though.

  • @j.r.3215
    @j.r.3215 10 หลายเดือนก่อน

    💯👏👏👏

  • @ayndeg5944
    @ayndeg5944 10 หลายเดือนก่อน

    👏👏🙏

  • @EndUser-yu7gg
    @EndUser-yu7gg 27 วันที่ผ่านมา

    Seek beats Scan.... Scan beats Battlestar Galactica 😜
    Covering index is good but not if the engine just keeps saying ever single additional query needs its own nci too 🤦‍♂️

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  26 วันที่ผ่านมา

      Yep, we build on that in our Fundamentals of Index Tuning class, where we explain how to create as few indexes as possible for as many queries as possible. See you there!

  • @Tony-dp1rl
    @Tony-dp1rl 10 หลายเดือนก่อน

    "How to Think Like the SQL Server Engine" ... that's easy, just invoice everyone thousands of dollars every time you say something. :)