Kendra Little on April 15, 2024
Joins are essential. The SQL Corgs introduce you to INNER joins in this animated short. |
|
Kendra Little on April 3, 2024
Why do we “normalize” relational databases, and what are the basics? Awkward Unicorn explains, with a little help from their friends. |
|
Kendra Little on April 1, 2024
Freyja the corgi shares her tips for learning SQL: SELECT, FROM, and WHERE. Now that I’m getting the hang of this, I think I’m going to do a whole series of shorts on SQL syntax essentials, plus tips and tricks! |
|
Kendra Little on March 28, 2024
I learned to make short form videos with my drawings this week, and, well… things are about to get weirder. |
|
Kendra Little on March 24, 2024
Nested loop join operators tend to look quite innocent in an estimated query execution plan. But life ain’t always so simple. |
|
Kendra Little on March 11, 2024
Thanks to Erik Darling for pointing out that it needed a little teeth. |
|
Kendra Little on March 4, 2024
I drew out a first visualization of how the shared plan cache in SQL Server is used when you run a query. I’m pretty sure I’ll refine and and elaborate on this in the future, so let’s call this the v1. |
|
Kendra Little on February 17, 2024
Most modern hardware supports RCSI and Snapshot isolation beautifully. |
|
Kendra Little on January 17, 2024
Indexed views are amazing: they’re like an auto-updating table based on the definition of the view. Whenever rows change in the tables defined in the view, those changes are also applied to the indexed view. |
|
Kendra Little on December 17, 2023
SQL Server has a new feature that’s currently only available in Azure SQL Database: Optimized Locking. |