Fixing P1 Queries
Steve asks if we should focus on the slowest queries or tackle other issues in our systems. Or if we should even have to make these decisions.
2026-07-31
47 reads
Steve asks if we should focus on the slowest queries or tackle other issues in our systems. Or if we should even have to make these decisions.
2026-07-31
47 reads
2026-07-29
79 reads
One of the goals of software is to use the power of the computer to handle repeatable tasks. Steve notes that this can be hard at first, but the goal is that subsequent efforts become routine.
2026-07-27
68 reads
More issues with the newest GPT-5.6 model, including data loss incidents.
2026-07-24
108 reads
Tracking metrics and reporting on them to others can help ensure everyone is aware of how your database servers are functioning. However, Steve notes that we have to agree on what we are measuring.
2026-07-22
135 reads
2026-07-20 (first published: 2019-08-20)
668 reads
Steve notes SQL Server 2016 went out of support this past week. What are you plans if you run this version?
2026-07-18
108 reads
Preparing for disaster is important, both at work and in your personal life.
2026-07-17
103 reads
Security is an important consideration for anyone working with data, but it's especially a concern with AI.
2026-07-15
135 reads
A new job title, the forward deployed engineer, is becoming more popular.
2026-07-13
171 reads
Programmatic Tool Calling with the Claude SDK Every morning somebody on the team runs the...
By Steve Jones
mauerbauertraurigkeit – n. inexplicable urge to push people away, even close friends whose company...
By Brian Kelley
Pinal Dave wrote up his methodology for what to do when you discover bad...
Comments posted to this topic are about the item Why SQL Server Database Attach...
Comments posted to this topic are about the item Fixing P1 Queries
In SQL Server 2025, I run this code:
select bit_count('A')
What is returned? See possible answers