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
 

Microsoft Security Changes and SQL Server

For almost as long as I've been working as a data professional, NTLM has been the security protocol used in Windows. Microsoft added Kerberos over 20 years ago, but NTLM is still a fallback. Like so many things Microsoft has worked on, they loathe breaking backwards compatibility, so NTLM has been available. However, it has issues, like the double hop problem, and there are numerous security issues with the protocol. I tested a security product over 20 years ago that could break NTLM passwords in under an hour. On old Pentium-based computers.

This week Rebecca Lewis posted an article about the upcoming changes in Windows where NTLM is being phased out. She audits various clients and finds many are still using NTLM for SQL Server connections. Her observation is many people aren't aware of this, and I'd concur. There is an informational message that is written to the SQL Server error log, but how many of you are checking the log and acting on this or even understand what it means? How many of you might have developers (or yourself) using named pipes and be unaware? That's an NTLM only connection.

Heck, I've got a friend fighting through SSL connections with SQL Server, which is something I rarely seen. This person will eventually no longer need to "trust server certificate" in every connection string, but I bet many of you are years away from implementing that. That's another change Microsoft wanted implemented, and why modern drivers no only set this to true by default.

Later this year, NTLM v1 will phase out, but that's not likely what most of you use with SQL Server. However, the next major Windows server release will disable NTLM v2, and you won't remember this editorial or the announcement then. What will happen is Windows admins will upgrade systems and you won't be able to connect.

Rebecca gives you some things to check, but since many of you might work in large estates, you'll need time to ensure clients and servers get updated and NTLM isn't the protocol you depend on. Trust me, if Windows or even a client driver upgrade remove this, you are in for a bad day (or week, or weeks) trying to get things working.

I'd also suggest you learn how SQL Server SSL connections work. I don't know that many orgs will require this, but some might as security becomes more automate-able and more CSOs start to ask that we ensure no man-in-the-middle attacks reach our servers.

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.
Vendors/3rd Party Products

SQL Prompt Product Updates – February 2026

SQL Prompt’s latest releases focus on stability and quality improvements, particularly around our AI features and SSMS 22 compatibility.

Your Test Data Environment: Build vs Buy – a conversation we need to have

After three decades of working with databases, one thing Steve Jones has seen over and over is this: we don’t treat our development and test environments with the same respect we do our production systems.

AI/Machine Learning/Cognitive Services

Build WordPress Sites with AI: New Plugin and Skills for Claude Cowork

From https://chrisadkin.io

Find out about new Skills and the Claude Cowork plugin for generating WordPress sites with AI.

Scaling LLM Post-Training at Netflix

From Netflix TechBlog - Medium

Baolin Li, Lingyi Liu, Binh Tang, Shaojing LiIntroductionPre-training gives Large Language Models (LLMs) broad linguistic ability and general world knowledge, but post-training is the phase that actually aligns them to...

AI as a Junior Analyst: What to Delegate and What to Lock Away

From Sherpa of Data

Because even machines need their first job — and...

Why Guardrails Matter More Than Hype

From Purple Frog Systems

AI has moved quickly from novelty to normality. Customer service bots, sales assistants, automated support agents, many organisations are now letting AI speak directly to customers under their brand....

OpenAI Debuts GPT-5.3-Codex-Spark, a Near-Instant AI for Real-Time Coding

From Past News - RSS Feeds

OpenAI unveils GPT-5.3-Codex-Spark, a lightweight real-time coding model powered by Cerebras hardware and optimized for ultra-low latency performance. The post OpenAI Debuts GPT-5.3-Codex-Spark, a Near-Instant AI for Real-Time Coding appeared...

Administration of SQL Server

SQL Server 2025 CREATE EXTERNAL MODEL and AI_GENERATE_EMBEDDINGS Commands Explained

Now that SQL Server 2025 has finally been released to the public, I was finally able to test and learn a lot about this command (named CREATE EXTERNAL MODEL), and I want to share my knowledge with you here. If you’re new to the world of AI, don’t worry, we’ll start with the basics and evolve to where this command fits in!

Career, Employment, and Certifications

The “joy” of marketing yourself (S01:E07)

From Dr SQL

 

Cloud - AWS

Automating RDS Postgres to Aurora Postgres Migration

From Netflix TechBlog - Medium

Ram Srivasta Kannan, Wale Akintayo, Jay Bharadwaj, John Crimmins, Shengwei Wang, Zhitao ZhuIntroductionIn 2024, the Online Data Stores team at Netflix conducted a comprehensive review of the relational database technologies...

Computing in the Cloud (Azure, Google, AWS)

Data Governance in the Cloud: Balancing Innovation and Regulation

The cloud has become the backbone of modern business, enabling rapid scalability, advanced analytics, and collaboration across global teams. In the age of artificial intelligence (AI), the cloud’s role is even more critical, both serving as the storage and processing hub for vast quantities of data that feed machine learning models, power real-time analytics, and drive business innovation.

Conferences, Classes, Events, and Webinars

Join Bob Ward and Anthony Nocentino's Free Webinar on 'Accelerating AI, Performance and Resilience with SQL Server 2025'

Microsoft and Pure Storage will break down the new capabilities shaping the future of AI, performance, and resilience in SQL Server 2025, and show you what these advancements mean for the way you build, manage, and scale your data platform. Join the hour-long session for free on March 26 at 9 AM PT / 12 PM ET / 4 PM GMT.

New course: SQL Server Vector Search in Practice

From In Recovery...

 

Webinar: Navigating the Database Landscape in 2026

From SQLServerCentral Blogs

 

Data Warehousing

Modernizing to an open data lakehouse: Myths, missteps and must-knows

From AllAnalytics

Adopting an open data lakehouse is like upgrading ...

Database Design, Theory and Development

The Simple Talk Podcast: Rollback vs Roll Forward in Databases

Rollbacks act as an ‘undo’ for databases, but why are they important, what happens if you can’t roll back, and how do you prevent even needing to in the first place? Steve, Kellyn, Grant & Pat try to answer these questions – and more.

MDX/DAX

Cut your DAX in half! UDF + Calc Groups = ??

From Guy in a Cube

 

Understanding DATEADD parameters with calendar based time intelligence

From SQLBI

 

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

Help: Can’t make any changes to Azure SQL after configuring Mirroring to Microsoft Fabric

Over the past few weeks, I have been doing some experimenting with Azure SQL mirroring to Microsoft Fabric. In the process, I ran into a couple of issues and challenges. In this data recipe, I will be going through one of my challenges when I got Azure SQL mirroring to Microsoft Fabric setup and running.

Adaptive time series visualization at scale with Microsoft Fabric

How much value would you generate for your enterprise if you could enable every user to unlock actionable insights in high-volume time-series data from your operations with real time, interactive exploration?

Using Variable Library in a Dataflow

One of the popular low-code tools within Microsoft Fabric is the Gen2 Dataflow. Power BI report builders already know some Power Query. So armed with this knowledge is a popular starting point to load data into Microsoft Fabric. Adding values from the Variable Library in a Dataflow is an obvious plan to make it more future proof and to work better with Deployment pipelines.

Fabric in Practice: SQL Server Near Real-Time Reporting

From SQLFingers

In Part 1 we covered what Fabric is. In Part 2 we ...

Performance Tuning SQL Server

Optimized Locking part 1: Transaction ID Locking

From SQL Server Fast

SQL Server 2025 introduced Optimized Locking. Not ...

PostgreSQL

Michael Christofides: Read efficiency issues in Postgres queries

From Planet Postgres

A lot of the time in database land, our queries are I/O constrained. As such, performance work often involves reducing the number of page reads. Indexes are a prime...

Ryan Booz: Introducing Bluebox Docker: A Living PostgreSQL Sample Database

From Planet Postgres

Bluebox Docker provides a realistic, continuously-updating sample database for PostgreSQL users. It automates data generation, simulating a video rental kiosk with real movie data. Users can easily set it...

Introducing Bluebox Docker: A Living PostgreSQL Sample Database

From Software and Booz

 

Shane Borden: Do PostgreSQL Sub-Transactions Hurt Performance?

From Planet Postgres

 

PowerPivot/PowerQuery/PowerBI

AI-Powered Power BI: Building Custom Themes & Visuals with GitHub Copilot - with Zoey Douglas

From Havens Consulting

LIVESTREAM DATE/TIME ??February 20th, 2026 - 9:30 ...

Power BI Report Cleanup Just Leveled Up (Duplicate Images, Orphans, Saved Scripts)

From Havens Consulting

 

Product Reviews and Articles

Redgate Flyway, Oracle, and the Case of the Lowercase Schema

From Blog – Redgate Software

If you’ve spent any time working with Oracle databases, you’ve probably internalized a few expectations so deeply that you don’t even think about them anymore. One of the biggest...

Setting FK Constraints in Data Modeler

From SQLServerCentral Blogs

One of the things a customer asked recently about ...

Product Upgrades and Releases

SQL Server Performance Monitor

From Curated SQL

Erik Darling announces a new open-source product: That is, if you survive the installation process. Active Directory. Domain accounts. Firewalls. Security policies. Additional database servers.…

Updated First Responder Kit and Consultant Toolkit for February 2026

From Brent Ozar Unlimited

 

Python

Part 1: Using the Companies House API

The .gov website hosts companies house and the companies house API. This is a comprehensive list of businesses across the UK, new and old, big and small, and their filings and info. You can interact with this information via code such as Python.

Python is good, but not perfect – here are 10 reasons to avoid it

Four years ago I wrote a blog on Simple Talk explaining why Python is better than C# and, arguably, most other programming languages. To redress the balance, here are 10 reasons why you might want to avoid getting caught up in Python’s oh-so-tempting coils – particularly when building large, long-lived systems.

SQL Server Security and Auditing

Microsoft Is Killing NTLM. Here's What That Means for SQL Server.

Every blog post about Microsoft killing NTLM is written for Windows admins and security teams. Why aren't we talking about what this means for SQL Server?

T-SQL and Query Languages

When to use DENSE_RANK instead of SQL RANK

From MSSQL Tips

Recently, a developer asked for my input on solving a complex SQL query problem. As we went through each step, I suggested using a ranking function at one point, specifically RANK. However, they were having trouble deciding when to use RANK versus DENSE_RANK in a query. It raises a good question: When should you use DENSE_RANK instead of RANK?

Get AI-Ready With Erik: A Little More About Vector Types

From Erik Darling Data

Get AI-Ready With Erik: A Little More About Vector Types Video Summary In this video, I delve into the new vector types introduced in SQL Server 2025, focusing on...

T-SQL Tuesday 195 – Code that aged well

From SQL Server Fast

It’s the second Tuesday of the month again. Time...

The evil (and value) of DISTINCT

From Dr SQL

Part of the series “SQL Techniques You Should Kn...

Ok, SELECT * doesn’t belong in EXISTS either

From Dr SQL

A few weeks ago, I wrote this post “This post is not only about SELECT *”. It was primarily about the various reasons to avoid using SELECT * in...

T-SQL Tuesday #195 – How Has Your Code Aged

From Callihan Data

 

T-SQL Tuesday #195 – How has your code aged

From Dr SQL

 

T-SQL Tuesday #195 – How Has Your Code Aged?

From Deb the DBA

 

T-SQL Tuesday #195 – How Has My Code Aged?

From Andy Broadsword

 

Tech News

Claude Cowork Is the ‘Intern’ We’ve Been Waiting For

From Past News - RSS Feeds

Claude Cowork turns AI into a desktop agent that m...

Google, Microsoft, Meta, and Amazon Plan $650 Billion AI Spending Push in 2026

From Past News - RSS Feeds

 

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

Azure Data Studio Dies February 28. Here's What You Lose.

From SQLFingers

Azure Data Studio retires on February 28, 2026. No...

 
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

 

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