| | The Complete Weekly Roundup of SQL Server News by SQLServerCentral.com | | Hand-picked content to sharpen your professional edge |
| 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 |
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... |
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. |
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... |
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... |
| Administration of SQL Server |
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? |
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. |
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. |
Quick Summary When snapshot replication is configu... |
The rpc_completed event in Extended Events is usef... |
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 |
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 |
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 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 |
DORA requires financial institutions to run tests ... |
| ETL/SSIS/Azure Data Factory/Biml |
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. |
| Microsoft Fabric ( Azure Synapse Analytics, OneLake, ADLS, Data Science) |
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 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 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... |
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... |
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... |
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. |
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 |
You can monitor ???????????????? ?????? ??????????... |
In my last post I talked about how to push Power B... |
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... |
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 |
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... |
Redgate Monitor has been able to monitor replicati... |
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... |
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 |
Quickly Get Executable Query Examples from Query Store |
SQL Compare and SQL Data Compare v16 introduces SQ... |
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... |
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 |
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 |
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... |
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... |
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... |
New Gallup data show which US jobs are using AI th... |
They are no longer 'on melancholy hill' but 'feel ... |
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 Translate gets a Gemini AI upgrade with liv... |
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! Going Further If this is the kind of SQL Server stuff you love learning about,... |
  | 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. |
|
|