
Query Plans Pop Quiz: Three Simple Questions
Question 1: Pick the Problematic Plan: someone hands you a pair of queries, and you get the estimated […]
Question 1: Pick the Problematic Plan: someone hands you a pair of queries, and you get the estimated […]
You’re a developer, analyst, database administrator, or anybody else working with SQL Server, Azure SQL DB, or Amazon […]
One of the most important responsibilities of any database administrator is to maintain the integrity of the database, […]
The post Natural Language Query for SQL Server appeared first on SQLServerCentral.
As database professionals, we’ve all been there – that dreaded moment when users start complaining about slow queries, […]
Is your company hiring for a database position as of October 2025? Do you wanna work with the […]
You’re building a new table or adding a column, and you wanna know which datatype to use: VARCHAR […]
Introduction High-concurrency systems always look impressive on paper. You throw in dozens of CPU cores, crank up memory, […]
The post Unlocking the Power of FULL OUTER JOIN in SQL: Performance, Use Cases & Examples appeared first […]
Max Degrees of Parallelism (MAXDOP) tells the database engine, “If you decide to parallelize a query, go parallel […]
Simon Galbraith is the co-founder of Redgate and one of the creators of Simple Talk. Here, he […]
Last week, I announced that we’ve hit 50,000 YouTube subscribers, and I celebrated by letting y’all submit your […]
The post Building a Dynamic Countdown Timer in Power BI appeared first on SQLServerCentral.
A customer taps “Buy Now” on your web app. Half a second passes. The screen hesitates before the […]
The post Power BI TMDL View: Benefits, Security Risks & Best Practices appeared first on SQLServerCentral.
Al is everywhere….almost. In my day-to-day role as a DBA, I don’t really have the opportunity or need […]
This is kinda amazing to me: our YouTube channel has broken the 50,000 subscriber mark! That’s wild to […]
Somehow I missed this a few years ago, and I bet a lot of y’all did too. Note […]
The post Side by Side Upgrade to SQL Server 2022 appeared first on SQLServerCentral.
You’re a developer, analyst, database administrator, or anybody else working with SQL Server, Azure SQL DB, or Amazon […]
With the retirement of ADS, I decided to take a look at the MSSQL extension for VSCode. This […]
The post Getting Started with Bayesian Modeling appeared first on SQLServerCentral.
Problem Now that public preview of SQL Server 2025 CTP 2.1 is out (Community Technical Preview), you have […]
In between clients, I hopped onto my Twitch channel to take your top-voted questions from https://pollgab.com/room/brento. If you’d […]
Your developers haven’t ever been to formal Microsoft database training on SQL Server or Azure SQL DB. They’re […]
SQL Server 2025 introduces a new sys.dm_os_memory_health_history view to make it easier for meatbags like you and robots […]
I’m teaching my two most important classes live, online, completely free! These are the two fundamentals classes that […]
SQL Server 2022 has lot of improved and advanced features compared to its predecessor versions. This includes new […]
The post Configure SQL Server Alerts for Azure SQL Managed Instance appeared first on SQLServerCentral.
Rejoignez-nous pour une session live d’une heure consacrée à FastTransfer, l’outil en ligne de commande qui simplifie […]
Introduction Sometimes we just want SQL to be a bit smarter. Maybe we need to figure out who’s […]
In retrospect, I should have put on sunscreen – even for just a 20-minute Office Hours session on […]
The post A Rolling Filtered Index in SQL Server appeared first on SQLServerCentral.
Ever wonder what it takes to do this stuff behind the scenes? I’ll show you. If you’re thinking […]
We are deeply saddened to share the news that Andrew Clarke, better known to Simple-Talk readers as […]
Introduction In this example, we will show patterns between items stored in SQL Server using Python. We will […]
The post SQL Server Triggers for Business Rules Automation appeared first on SQLServerCentral.
When you create a semantic model in Power BI desktop, you typically connect to one or more data […]
I’m back in Vegas, at least for the moment, so let’s hang out in my home office and […]
Is your company hiring for a database position as of September 2025? Do you wanna work with the […]
This month, I’m teaching two of my classes live, online, completely free! These are the two fundamentals classes […]
The post Picking the ON or WHERE Clause for the SQL Predicate appeared first on SQLServerCentral.
Introduction When SQL Server commits a transaction, it doesn’t just update data in memory. It also writes a […]
The post DevOps vs. SRE: Bridging the Gap, Not Building Walls appeared first on SQLServerCentral.
For the last couple of months, I’ve been trying to get my on-location Office Hours episodes filmed with […]
Steve Jones recently posted an update about SQL Saturday’s status, and it includes some news we need to […]
The post PostgreSQL High Availability Options appeared first on SQLServerCentral.
The release of SQL Server 2025 keeps inching closer. Release Candidate 0 is out now, and here are […]
The JOIN statement is one of the most common operations SQL developers perform. Yet in a world […]
Overview The psycopg2 library makes working with PostgreSQL databases in Python much easier. This has been the most […]