Learning SQL Server 2025: DOP Feedback
Discover SQL Server 2025 DOP Feedback, how it optimizes query parallelism, improves performance, and why Microsoft enabled it by default.
DOP Feedback first appeared in SQL Server 2022, but had to be enabled manually. In SQL Server 2025, itβs now on by default.
In my latest post, I show how it works and demo it in action.
#sqlserver2025 #sql2025 #dopfeedback
www.leebrownhill.com/posts/15_sql...
19.12.2025 08:27
π 1
π 0
π¬ 0
π 0
T-SQL Tuesday: Notes to Yourself From the Past and Future
Reflecting on 10 years in SQL Server, from imposter syndrome to growth, community, and life lessons that still drive curiosity today
Iβve just published my latest blog as part of TβSQL Tuesday #193, hosted by Mike Walsh.
In it, I look back at the doubts and imposter syndrome of β10βYearsβAgo Me,β and forward to the encouragement I hope β2035 Meβ will give.
www.leebrownhill.com/posts/14_tsq...
#tsql2sday #personaldevelopment
09.12.2025 07:25
π 2
π 0
π¬ 0
π 0
Simple Talk Podcast β Coffee Chat with Lee Brownhill
YouTube video by Redgate Software
I recently joined Steve Jones on the @redgate-software.bsky.social Simple Talks Podcast and had a blast.
Topics covered include:
β’ The data community
β’ Blog writing
β’ Working in the cloud
Thanks for having me, Steve!
youtu.be/cWlLbjsgCwc?...
23.10.2025 16:24
π 0
π 0
π¬ 0
π 0
Learning SQL Server 2025: Optimized sp_executesql
Explore SQL Server 2025βs OPTIMIZED_SP_EXECUTESQL feature with a hands-on demo showing how it reduces plan cache bloat and boosts query performance.
New blog post!
In a bid to learn the new features within SQL 2025, today's blog post covers the SQL 2025 feature β OPTIMIZED_SP_EXECUTESQL.
We walk through a straightforward demo to highlight how this feature can reduce plan cache bloat.
#sql #sql2025
www.leebrownhill.com/posts/13_sql...
02.10.2025 06:03
π 1
π 0
π¬ 0
π 0
Parameter Sniffing: Practical Fixes That Work
Struggling with parameter sniffing in SQL Server? This guide explains simple, effective fixes using built-in tools and features
Parameter Sniffing in SQL Server? I'm here to help!
In my last post, I shared a simple demo showing how parameter sniffing can lead to inconsistent performance.
This follow-up explores practical solutions Iβve seen work.
#SQLServer #QueryTuning
www.leebrownhill.com/posts/12_sol...
07.07.2025 06:48
π 1
π 0
π¬ 0
π 0
Parameter Sniffing: A Simple Example
Explore how SQL Servers parameter sensitivity can impact performance, with a clear demo showing plan reuse pitfalls and practical insights.
New Blog Post! πΊ
Ever had a SQL query run fine one day, then crawl the next?
You might be facing Parameter Sensitivity.
In my latest post, I walk through a real world scenario where a procedure went from quick to 31M reads.
www.leebrownhill.com/posts/11_par...
#SQLServer #ParameterSniffing
01.07.2025 05:34
π 1
π 0
π¬ 0
π 0
SQLBits 2025: Helping out and having fun
Brent Ozar, Erin Stellato & Bob Ward were highlightsβbut SQLBits 2025 was really about community, connection, and stepping up as a first-time volunteer.
New Blog Post! πΊ
This year I joined the incredible SQLBits 2025 helper crew. Two days in the orange T-shirt, on my feet, and loving every minute.
Thinking of helping out next year? Do it.
#sqlbits #dataevents #volunteering
www.leebrownhill.com/posts/10_sql...
23.06.2025 06:41
π 5
π 1
π¬ 0
π 0
Podcasts, Speaking, and Why Iβm Doing This Now
I recently stepped outside my comfort zone by appearing on two YouTube podcasts about data. Heres why I am doing this, what I learned, and where this journey might take me next.
New Blog Post! πΊ
I recently joined two fantastic data podcasts:
1οΈβ£ SQL_Squared with David β where we dived into all things data
2οΈβ£ Finding Data Friends with Jess Pomfret and Ben Weissman
Check it out:
www.leebrownhill.com/posts/9_podc...
#DataCommunity #PublicSpeaking #CareerGrowth #PodcastLife
17.06.2025 06:18
π 2
π 1
π¬ 0
π 0
Redgate SQLTest and SQLCop
SQLCop, part of Redgate SQL Test, provides over 100 tSQLt-based tests to standardise databases, enforce best practices, and detect common issues. It helps teams adopt structured SQL Server unit testin...
Automated Database Testing with Redgate SQLCop
SQLCop offers 100+ open-source tests to enhance database security and standardisation.
See my latest blog post on how to install, run and apply SQLCop to your SQL Server setup.
www.leebrownhill.com/posts/8_redg...
#SQLServer #Redgate #SQLCop #tSQLt
11.06.2025 06:48
π 1
π 0
π¬ 0
π 0
Parallelism Problems within SQL Server
Understanding SQL Server parallelism and the risks of default settings β optimise queries for better performance
New Blog Post! πΊ
Many SQL Server installs stick with defaults like Cost Threshold for Parallelism and Max Degree of Parallelism, but those defaults can quietly hurt performance.
#sqlserver #performance #cxpacket #parallelism
www.leebrownhill.com/posts/7_para...
03.06.2025 06:22
π 1
π 0
π¬ 0
π 0
SQL Server Optimisation: Why Less Is More
A blog post discussing the merits of minimising your SQL Server code to improve not only readability but also performance
New Post! πΊ
In my latest post, I explain how refining SQL queries, minimising unnecessary operations, and guiding the optimiser can transform sluggish queries into efficient, scalable solutions.
Check out the full post here:
www.leebrownhill.com/posts/6_sqlo...
#sql #server #performance #tuning
20.05.2025 06:36
π 1
π 1
π¬ 0
π 0