The blog

SQL Server performance, written down.

Notes from real work — diagnosing slow queries, designing indexes, and untangling the performance problems that show up under load.

July 10, 2026

Your text search is slow

You're using a wildcard and now SQL isn't using your index

Read →