Problems displaying this newsletter? View online.
Database Weekly
The Complete Weekly Roundup of SQL Server News by SQLServerCentral.com
Hand-picked content to sharpen your professional edge
Editorial
 

The Microsoft SQL Year in Review

Recently, I watched a year in review from Data Exposed, which looked at what's changed in SQL Server, Azure SQL, and SQL Database in Fabric. This was a lengthy version of the show, just over an hour, though there is a blog to read if you prefer that format. Both look back at the year and what's changed in the platforms. I'd forgotten about the One SQL aim for Microsoft to allow code to run on-premises, in the cloud, and across the relational and analytical platforms. It's a good goal, and one I like. That last thing any of us wants to worry about is subtle language changes from one platform to another.

Bob Ward was a guest early in the show, talking about the new version, SQL Server 2025, and his experiences at Ignite. He noted that while there were many new features that were built, the most exciting things for customers were the changes in the Standard and Express editions. If you haven't been paying attention, the capacity limits are raised in SQL Server 2025, something many of us have wanted for years. The Standard Edition can now use 32 cores and 256GB of RAM. That's a welcome doubling of memory and a 50% in cores from SQL Server 2022. Express compute limits are the same, but the database size can grow to 50GB, a welcome increase from the 10GB that has been the limit for years.

And no price increase, which is helpful when you might be feeling a budget crunch.

There are quite a few things that have happened in the Data Platform space. When I look at the long list, I see quite a few things I didn't know about or had forgotten. These aren't Fabric-specific features, but those that are a part of the SQL space. There are too many things to list, but if you work across Azure SQL and SQL Server, you might take a look to see if there are enhancements that could be useful in your environment.

During much of the last two years, I have felt Microsoft is completely focused on Fabric and not investing elsewhere, but looking at the review, I see that's not the case. Fabric seems to gather most of the attention from both engineering and marketing, but there are still lots of investments being made in the SQL platform.

Steve Jones - SSC Editor

Join the debate, and respond to the editorial on the forums

 
The Weekly News
All the headlines and interesting SQL Server information that we've collected over the past week, and sometimes even a few repeats if we think they fit.
AI/Machine Learning/Cognitive Services

Under Pressure, OpenAI Expands Teen Safety Protections in ChatGPT

From Past News - RSS Feeds

OpenAI’s GPT-5.2 introduces new safety rules for users under 18, as lawmakers, parents, and regulators push AI companies to strengthen guardrails. The post Under Pressure, OpenAI Expands Teen Safety Protections...

How to Build an AI-Powered Semantic Search in PostgreSQL with pgvector

Learn how to build a sleek, AI-powered semantic search engine that lives inside your existing database. We’ll walk through how to store vector embeddings, run similarity-based queries, and turn ordinary text searches into meaning-aware retrieval with nothing more than standard SQL and a vector extension.

Vibe Coding a Login Tracking System

From SQLServerCentral Blogs

A customer was asking about tracking logins and logouts in Redgate Monitor. We don’t do this natively, as this really needs an XEvent session. I decided to see if... The...

Nano Banana Faces New Rival as OpenAI Rolls Out ChatGPT Images Overhaul

From Past News - RSS Feeds

OpenAI rebuilds ChatGPT Images to challenge Google’s Nano Banana, bringing faster image generation, editing, and conversational iteration into one creative workflow. The post Nano Banana Faces New Rival as OpenAI...

Building dbRosetta Part 6: Let’s Make a Web Page

From Blog – Redgate Software

 

Administration of SQL Server

Five changes to SQL Server I’d love to see

At the start of the year, Aaron Bertrand outlined 5 changes he wanted to see in SQL Server. Did any of them materialize this year?

AI in SQL Server 2025: Embeddings

One of the cornerstones of AI is a concept called embeddings. Virtually every AI model, whether for text, video, or audio, uses something related to embeddings. Starting with SQL Server 2025, this is a term you’ll be hearing a lot, as its potential for applications is enormous! In this post, I'll provide a more didactic explanation of embeddings, especially for those who haven’t had the opportunity to explore the world of AI or machine learning.

Common SQL Server Problems: Invalid Object Name

This post is part of a Simple Talk series on common issues encountered in SQL Server. This time, we’ll talk about the invalid object name error.

SQL Server Case of the Week: The Transaction Log of Your Snapshot Replication Publisher Database Won’t Truncate… But Why?

From StraightPath Solutions SQL Blog

Quick Summary When snapshot replication is configu...

How to Filter RPC_Completed Events in Extended Events: SQL Server Guide

From Kendra Little's Blog

The rpc_completed event in Extended Events is usef...

Let’s Build a Better KILL. What Do We Need to Consider?

From Brent Ozar Unlimited

When there’s a performance emergency, a lot of us perform the same manual tasks over and over. We run sp_BlitzWho or sp_WhoIsActive, look for blocking, long-running or out-of-control queries,...

Career, Employment, and Certifications

You are not alone in this (017)

From Dr SQL

In this episode of Blogging for Programmers, I discuss the importance of building upon the work of others in programming and writing. My goal is to remind you that...

Conferences, Classes, Events, and Webinars

New course: SQL Server 2025 Vector Search Essentials

From In Recovery...

We’re tremendously excited to be developing a library of AI-focused courses, as well as new courses focused on traditional SQL Server topics, all based on SQL Server 2025. Joe...

Data Céilí 2026 Call for Speakers!

From SQLServerCentral Blogs

Data Céilí 2026 Call for Speakers is now live! Data Céilí (pronounced kay-lee), is Ireland’s free, community led, Microsoft Data Platform event. We had a fantastic event this year... The...

Data Privacy, Compliance, and Governance

Test Data Management and DORA Compliance in Financial Organizations

From Product learning – Redgate Software

DORA requires financial institutions to run tests ...

ETL/SSIS/Azure Data Factory/Biml

The Evolution of SQL Server Integration Services (SSIS): SSIS 2025

SQL Server Integration Services (SSIS) has been a cornerstone of enterprise data integration since its introduction, enabling organizations to extract, transform, and load (ETL) data across diverse systems. Over many years, SSIS has evolved to meet the growing demands of hybrid and cloud-first architecture. The release of SSIS 2025, announced as generally available at Microsoft Ignite, marks a significant milestone in this journey. This version not only modernizes the platform but also aligns it with the latest SQL Server 2025 engine, bringing enhanced security and integration capabilities.

MDX/DAX

DAX UDFs + Calculation Groups = Insane Amazing

From Guy in a Cube

 

Microsoft Fabric ( Azure Synapse Analytics, OneLake, ADLS, Data Science)

DATE_BUCKET() function in Fabric Data Warehouse (Generally Available)

We have introduced a new DATE_BUCKET() function in Fabric Data Warehouse SQL language that makes reporting and analytics even easier.

Performance Tuning SQL Server

Batch Mode Sorts and Row Mode Indexes in SQL Server

From Erik Darling Data

Batch Mode Sorts and Row Mode Indexes in SQL Server Going Further If this is the kind of SQL Server stuff you love learning about, you’ll love my training....

The Geometry of Performance Issues

From Erik Darling Data

The Geometry of Performance Issues Going Further If this is the kind of SQL Server stuff you love learning about, you’ll love my training. I’m offering a 75% discount...

Advent of 2025, Day 16 – SQL Server 2025 – Optional parameter plan optimization (OPPO)

From TomazTsql

In this Microsoft SQL Server 2025 series: Part of new features in IQP (Intelligent query processing) is also OPPO – Optional parameter plan optimization – which refers to a...

PostgreSQL

Dave Page: RAG Servers vs MCP Servers: Choosing the Right Approach for AI-Powered Database Access

From Planet Postgres

As AI capabilities continue to evolve and integrate more deeply into our applications, we’re faced with interesting architectural decisions about how to expose our data to large language models...

VACUUM Is a Lie (About Your Indexes)

There is common misconception that troubles most developers using PostgreSQL: tune VACUUM or run VACUUM, and your database will stay healthy. Dead tuples will get cleaned up. Transaction IDs recycled. Space reclaimed. Your database will live happily ever after.

Stefan Fercot: pgBackRest preview - simplifying manual expiration of oldest backups

From Planet Postgres

A useful new feature was introduced on 11 December 2025: Allow expiration of the oldest full backup regardless of current retention. Details are available in commit bf2b276. Before...

PowerPivot/PowerQuery/PowerBI

Hospital bed occupancy in real time with Synoptic Panel and Power BI

From SQLBI

You can monitor ???????????????? ?????? ??????????...

Power BI Copilot And Report Filters And Slicers

From Chris Webb's BI Blog

In my last post I talked about how to push Power B...

Measuring the impact of promotions on sales in Power BI

From Sqlbi

This article describes the data model and DAX measures to analyze the effectiveness of campaigns, by separating attributed sales (directly linked to a campaign) from influenced sales (all sales...

Measuring the impact of promotions on sales in Power BI

From Sqlbi

How to analyze the effectiveness of campaigns by separating attributed sales (directly linked to a campaign) from influenced sales (all sales of products participating in campaigns, regardless of attribution)....

Product Reviews and Articles

Streamlining Flyway Setup with the Guided Shadow Configuration

From Blog – Redgate Software

Guided Shadow Configuration removes the setup overhead of shadow databases in Flyway Desktop, allowing teams to adopt migrations-based workflows quickly and safely with minimal configuration. The post Streamlining Flyway Setup...

Monday Monitor Tips: Native Replication Monitoring

From SQLServerCentral Blogs

Redgate Monitor has been able to monitor replicati...

Redgate Test Data Manager Product Updates – December 2025

From Blog – Redgate Software

Redgate Test Data Manager’s December release brings AI Custom Datasets to general availability, introduces streamlined setup workflows, and delivers quality-of-life improvements that simplify your day-to-day operations.  AI Custom Datasets...

Two Small Steps to Measurable Flyway Value

From Product learning – Redgate Software

Flyway helps you regain control of complex legacy databases where even small changes can carry high risk. This article describes two small steps that deliver measurable improvements in control,...

Product Upgrades and Releases

Introducing sp_QueryReproBuilder

Quickly Get Executable Query Examples from Query Store

SQL Compare & SQL Data Compare v16: Introducing SQL Server 2025 Support, Enhanced Security & More

From Blog – Redgate Software

SQL Compare and SQL Data Compare v16 introduces SQ...

SQL Server 2025

Advent of 2025, Day 18 – SQL Server 2025 – Optimized locking

From TomazTsql

In this Microsoft SQL Server 2025 series: Optimized locking is a new feature in SQL Server 2025. It helps to reduce lock memory as very few locks are held...

Sending Slack messages directly from SQL Server 2025

From SQLBlog.org

In the past, we've used xp_cmdshell and PowerShell to send Slack messages from the database. In SQL Server 2025, there's (arguably) a better way...

SQL Server Security and Auditing

SQL Server Case of the Week: SQL Server Audit Errors – Resolving a Common Error

From StraightPath Solutions SQL Blog

Quick Summary SQL Server Audits – they’re running in the background, but what happens when something goes wrong? There is an alert that we have encountered that, if you follow the information in...

T-SQL and Query Languages

Common SQL Server Problems: Invalid Object Name

From Simple Talk

Learn why SQL Server shows ‘Invalid object name’ errors and how to fix them. Common causes include typos, missing objects and wrong schema.… The post Common SQL Server Problems: Invalid...

Identity Columns Can Have Gaps, and That’s Okay.

From Brent Ozar Unlimited

Say you’ve got a table with an identity column, something that’s supposed to start at 1 and go up to a bajillion: [crayon-69431885878cd101709205/] And you use that identity number...

Tech News

Who’s Most Afraid of Being Replaced by AI? New Data Reveals the Rankings

From Past News - RSS Feeds

A new study reveals which professions are most concerned about AI’s impact on jobs — and why anxiety is rising across several industries. The post Who’s Most Afraid of Being...

Which Jobs Are Using AI the Most? New Gallup Data Offer Answers

From Past News - RSS Feeds

New Gallup data show which US jobs are using AI th...

UK Creative Industries Win Massive AI Copyright Victory

From Past News - RSS Feeds

They are no longer 'on melancholy hill' but 'feel ...

The Lighter Side

A New Word: Etherness

From SQLServerCentral Blogs

etherness – n. the wistful feeling of looking around a gathering of loved ones, all too aware that even though the room is filled with warmth and laughter now,... The...

Google Turns Any Headphones Into a Live Translator With Gemini

From Past News - RSS Feeds

Google Translate gets a Gemini AI upgrade with liv...

Underwhelmed

From Daily WTF

Our anonymous submitter was looking for a Microsoft partner to manage his firm's MSDN subscriptions; the pile of licenses and seats and allowed uses was complex enough to want...

Tools for Dev (SSMS, ADS, VS, etc.)

New in SQL Server Management Studio 22: Open Execution Plans In a New Tab!

From Erik Darling Data

New in SQL Server Management Studio 22: Open Execution Plans In a New Tab! Going Further If this is the kind of SQL Server stuff you love learning about,...

 
RSS FeedTwitter
This email has been sent to {email}. To be removed from this list, please click here. If you have any problems leaving the list, please contact the webmaster@sqlservercentral.com. This newsletter was sent to you because you signed up at SQLServerCentral.com. Note: This is not the SQLServerCentral.com daily newsletter list, and unsubscribing to this newsletter will not stop you receiving the SQL Server Central daily newsletters. If you want to be removed from that list, you can follow the instructions on the daily newsletter.
©2019 Redgate Software Ltd, Newnham House, Cambridge Business Park, Cambridge, CB4 0WZ, United Kingdom. All rights reserved.
webmaster@sqlservercentral.com

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -