External Article

Split strings by Regular Expressions in SQL Server 2025

SQL Server users have been asking for native regular expression support for over two decades. There are third-party Common Language Runtime (CLR) modules that offer this functionality, but these can be complicated to install and simply aren’t possible in some environments. I want to split a string using a regular expression instead of a static string. Will that be possible in SQL Server 2025, without CLR?

Blogs

Cosmos DB vs Traditional SQL: When to Choose What

By

From where I stand, the decision between Cosmos DB and a traditional SQL database...

Monday Monitor Tips: Searching Procedures

By

A customer was asking about how to track all the stored procedures that execute...

Sabbatical 3 Review

By

I’m back. My last day of work was Jun 27 and I came back...

Read the latest Blogs

Forums

SQL Connectivity

By Rechana Rajan

Hi everyone, I'm currently working on building an MCP integration for SQL Server. Most...

The Next Great Thing

By Steve Jones - SSC Editor

Comments posted to this topic are about the item The Next Great Thing

Building a Database Dashboard with SSRS

By Nisarg Upadhyay

Comments posted to this topic are about the item Building a Database Dashboard with...

Visit the forum

Question of the Day

Enabling Change Tracking

If I want to set up Change Tracking in a database, what should I do first in SQL Server 2022?

See possible answers