22-25 April 2026

Using the Right Sized Hammer: How to Look at Problems and Solve Them at the Proper Scale

Regular 50 minute session for SQLBits 2026

TL; DR

Sometimes finding any solution keeps us from finding the right one. Learn a framework for problem-solving that matches effort to impact through real examples of code fixes vs. system changes.

Session Details

Sometimes finding any solution keeps us from finding the right one. We'll explore how to dissect problems - start simple, rule out basics, and scale responses. Through real examples, learn when to fix code vs. change systems. Get a framework for problem-solving that matches effort to impact.

3 things you'll get out of this session

Participants will be able to:

Apply a systematic problem decomposition framework to break down complex technical issues into manageable components before jumping to solutions

Distinguish between code-level fixes and system-level changes by evaluating problem scope, impact, and root causes

Implement a "start simple, scale up" approach to troubleshooting that eliminates basic issues before investing in complex solutions

Match problem-solving effort to business impact using a decision matrix that considers time investment, risk, and long-term maintainability

Recognize common anti-patterns that lead to solving the wrong problem or over-engineering solutions