SQL Server / news

SQL Server news

Fresh SQL Server updates and useful DBA reading from Microsoft, direct release feeds, trusted technical blogs, and r/SQLServer.

Microsoft updatesTool releasesDBA community

Checked Sep 16, 2026, 02:10 AM

Latest SQL Server news

A balanced chronological view. High-volume publishers are capped so quieter specialist sources still appear.

Source type
Topic

Showing 18 items

Reddit r/SQLServerSep 15, 2026
Backup & recoverycommunity

Another empty SSMS update?

Working in SSMS 22.10.0 and I get a popup that 22.10.1 is available. So I click the button to see what is updated. The SSMS Release Notes page only goes up to 22.10.0. So I start over and se...

Brent OzarSep 15, 2026
Performancecommunity

“But NOLOCK won’t hurt me if I’m using an index!”

NOLOCK is bad and you probably shouldn’t use it, but every time I mention that publicly, the pushback just keeps coming. I don’t know why people so firmly believe that their situation couldn...

Reddit r/SQLServerSep 15, 2026
Tools & driverscommunity

How can I have an AI expert on our big database?

At my company we work with a big SQL server database, it makes it a hassle navigating, developing or understanding the business logic. With AI being a thing now I'd like to have something th...

Microsoft JDBC DriverSep 11, 2026
Tools & driversrelease

[13.6.0] Stable Release

Added Add FLOAT16 Vector Version Negotiation to the TVP Write Path #2997 What was added : Negotiated vector-version validation before writing VECTOR column metadata for table-valued paramete...

Microsoft.Data.SqlClientSep 11, 2026
Tools & driversrelease

Stable Release v7.0.3

This update brings the following changes since the 7.0.2 release: The core driver and its companion packages ship together as version 7.0.3 . Update the companion packages you use alongside...

Brent OzarSep 10, 2026
Performancecommunity

[Video] Office Hours on Mount Charleston

For this episode, I’m up in the mountains just outside Vegas, enjoying the nice cool temperatures, spending the weekend at Mount Charleston. Let’s go through your top-voted questions from ht...

Brent OzarSep 9, 2026
Performancecommunity

Database Animations: How SQL Server’s JSON Indexes Work

By popular demand, SQL Server 2025 added JSON indexes. You can eat the cake of being able to store practically schema-less JSON blobs as part of each row, and have it too by querying specifi...

SQLPerformanceSep 8, 2026
Performancecommunity

T-SQL Tuesday #202 : The Outage(s) I Won't Forget

Stack Overflow had two outages involving the same identity column. The first time, we bought ourselves 12 years of runway. The second time, we burned through it in minutes. The post T-SQL Tu...

SQL Server FastSep 1, 2026
Performancecommunity

A new treatment starts

(Warning: This blog post is non-technical but purely personal. In my leukemia diary, I write openly about my current health issues. This blog might be triggering for people who struggle with...

VS Code MSSQLAug 26, 2026
Tools & driversrelease

MSSQL v1.45.1

Version 1.45.1 Release date: August 26, 2026 Release status: GA What's new in 1.45.1 Improved cell selection in the new Query Results Grid (Preview) to match the familiar classic grid experi...

SQLPerformanceAug 24, 2026
Performancecommunity

Dirty Reads, Permanent Damage

Aaron Bertrand talks about multiple ways NOLOCK can seduce you into basing update decisions on faulty data. The post Dirty Reads, Permanent Damage appeared first on SQLPerformance.com .

Official Microsoft updates

Use Microsoft material for product, servicing, security, support, and release decisions.

No items are loaded in this section right now.

SQL Server tools and drivers

Direct releases for SqlClient, the Microsoft JDBC driver, VS Code MSSQL, and dbatools.

releaseMicrosoft JDBC Driver / Sep 11, 2026

[13.6.0] Stable Release

Added Add FLOAT16 Vector Version Negotiation to the TVP Write Path #2997 What was added : Negotiated vector-version validation before writing VECTOR column metadata for table-valued parameters. Who be...

Tools & drivers

releaseMicrosoft.Data.SqlClient / Sep 11, 2026

Stable Release v7.0.3

This update brings the following changes since the 7.0.2 release: The core driver and its companion packages ship together as version 7.0.3 . Update the companion packages you use alongside the driver...

Tools & drivers

releaseMicrosoft.Data.SqlClient / Sep 11, 2026

Stable Release v6.1.7

This update brings the following changes since the 6.1.6 release: Changed Updated the Microsoft.Data.SqlClient.SNI and Microsoft.Data.SqlClient.SNI.runtime dependencies to 6.0.3 (was 6.0.2). ( #4598 )...

Tools & drivers

releaseMicrosoft.Data.SqlClient / Aug 27, 2026

Preview Release v7.1.0-preview3

This update brings the following changes since the 7.1.0-preview2 release. Package version alignment: The Microsoft.Data.SqlClient driver and its companion packages continue the aligned versioning int...

Tools & drivers

releaseVS Code MSSQL / Aug 26, 2026

MSSQL v1.45.1

Version 1.45.1 Release date: August 26, 2026 Release status: GA What's new in 1.45.1 Improved cell selection in the new Query Results Grid (Preview) to match the familiar classic grid experience, incl...

Tools & drivers

releaseVS Code MSSQL / Aug 19, 2026

SQL Database Projects v1.7.0

Version 1.7.0 Release date: August 19, 2026 Release status: GA What's new in 1.7.0 Added support for using Move to Schema on sequences and DML triggers Added a Restore Packages command to the SQL proj...

Tools & drivers

releasedbatools / Jul 31, 2026

v2.8.4

What's Changed VMSS CI fleet: replace AppVeyor with Azure VMSS self-hosted runners by @potatoqualitee in #10414 Add Import-DbaParquet command by @jovanpop-msft in #10309 Save-DbaCommunitySoftware - Re...

Tools & drivers

releaseVS Code MSSQL / Jul 29, 2026

MSSQL v1.44.1

Version 1.44.1 Release date: July 29, 2026 Release status: GA What's new in 1.44.1 Fixed an issue where some connection-related dialogs would be blank when opened on systems with case-sensitive file-s...

Tools & drivers

Community DBA articles

Technical articles and opinions from selected SQL Server publishers. Check Microsoft documentation before making version, security, or support decisions.

communityReddit r/SQLServer / Sep 15, 2026

Another empty SSMS update?

Working in SSMS 22.10.0 and I get a popup that 22.10.1 is available. So I click the button to see what is updated. The SSMS Release Notes page only goes up to 22.10.0. So I start over and search for t...

Backup & recovery

communityBrent Ozar / Sep 15, 2026

“But NOLOCK won’t hurt me if I’m using an index!”

NOLOCK is bad and you probably shouldn’t use it, but every time I mention that publicly, the pushback just keeps coming. I don’t know why people so firmly believe that their situation couldn’t possibl...

Performance

communityReddit r/SQLServer / Sep 15, 2026

How can I have an AI expert on our big database?

At my company we work with a big SQL server database, it makes it a hassle navigating, developing or understanding the business logic. With AI being a thing now I'd like to have something that is trai...

Tools & drivers

communityBrent Ozar / Sep 10, 2026

[Video] Office Hours on Mount Charleston

For this episode, I’m up in the mountains just outside Vegas, enjoying the nice cool temperatures, spending the weekend at Mount Charleston. Let’s go through your top-voted questions from https://poll...

Performance

communityBrent Ozar / Sep 9, 2026

Database Animations: How SQL Server’s JSON Indexes Work

By popular demand, SQL Server 2025 added JSON indexes. You can eat the cake of being able to store practically schema-less JSON blobs as part of each row, and have it too by querying specific values q...

Performance

communitySQLPerformance / Sep 8, 2026

T-SQL Tuesday #202 : The Outage(s) I Won't Forget

Stack Overflow had two outages involving the same identity column. The first time, we bought ourselves 12 years of runway. The second time, we burned through it in minutes. The post T-SQL Tuesday #202...

Performance

SQL Server news sources