22-25 April 2026

Native Regex in T-SQL: Modernizing String Logic from Ground to Cloud

Proposed session for SQLBits 2026

TL; DR

Stop struggling with complex LIKE patterns and discover the power of native Regular Expressions now available in SQL Server 2025 , Azure SQL and Fabric SQL. This session explores the new regex functions that let you validate, clean, extract, and parse text more clearly and consistently than ever, with identical syntax across modern Microsoft SQL platforms (from Ground to Cloud). Learn how native regex improves maintainability, readability, and correctness in your T-SQL.

Session Details

For years, SQL developers across on-premises and cloud environments have lacked a native, high-performance way to handle complex string patterns, often resorting to limited LIKE expressions or complex CLR workarounds.

In 2025, native Regular Expression capabilities were standardized across SQL Server 2025, Azure SQL Database, and Microsoft Fabric, providing a consistent pattern-matching experience across platforms.

This session deep-dives into demonstrating how to use the seven new native functions - including REGEXP_LIKE, REGEXP_REPLACE, and REGEXP_MATCHES - to solve real-world data challenges.

Attendees will learn how to significantly simplify their T-SQL codebase, enforce advanced data validation, and perform high-performance text parsing using a unified syntax that works consistently from on-premises SQL Server to cloud platforms.

3 things you'll get out of this session

Cross-Platform Consistency: Write a single regex pattern that runs identically in SQL Server 2025, Azure SQL , and Microsoft Fabric. Cleaner Code, Fewer Bugs: Replace complex multi-line string logic with concise, native regex functions. Powerful Parsing: Use Regex functions to turn messy text into structured data without external tools. Pragmatic Best Practices: Understand when regex is the right tool and when simpler T-SQL idioms may be faster.

Speakers

Manish Kumar

Manish Kumar's previous sessions

Empowering SQL: Mastering Intelligent Query Processing in 20 Minutes
Dive into the heart of database optimization with our 20-minute session on Intelligent Query Processing (IQP) in SQL Server and Azure SQL. In this power-packed talk, we will demystify IQP, the driving force behind accelerated query performance. We'll begin with a quick overview, highlighting the pivotal role of IQP in query optimization and database efficiency. Then, we'll dive into key IQP features focusing on their impacts in real-world.
 
Managed Instance Link - Seamless migration to Azure
We, the cloud solutions architects from Microsoft, will be talking around SQL migration journey from on-prem to Azure SQL in general, taking you through all available Microsoft's migration tools like DMA, DMS, Azure Migrate, ADS, etc, and then focus on migration to Managed Instance using SQL MI Link. You should take away with you the understanding of when to use which tool and how the newly available Azure SQL Managed Instance Link can help you to achieve a minimum downtime migration of on-prem SQL Server to Azure SQL Managed Instance.
 
The Power of Polybase with SQL - True data Virtualisation
Customers would be able to understand what exactly Polybase is, why it's useful, what are the use cases and finally how to use this feature of SQL Server. Polybase have been around for quite some time, since SQL Server 2016, however, the awareness and the way it virtualises the data may not have been understood well for some customers.
 
Performance Tuning of Azure SQL DB
Manish Kumar from Microsoft will take you through various performance tuning measures you should take before increasing service tier of your database. The session will be packed with tons of information, steps and demos.
 

Haider Raza

Haider Raza's previous sessions

Empowering SQL: Mastering Intelligent Query Processing in 20 Minutes
Dive into the heart of database optimization with our 20-minute session on Intelligent Query Processing (IQP) in SQL Server and Azure SQL. In this power-packed talk, we will demystify IQP, the driving force behind accelerated query performance. We'll begin with a quick overview, highlighting the pivotal role of IQP in query optimization and database efficiency. Then, we'll dive into key IQP features focusing on their impacts in real-world.
 
Managed Instance Link - Seamless migration to Azure
We, the cloud solutions architects from Microsoft, will be talking around SQL migration journey from on-prem to Azure SQL in general, taking you through all available Microsoft's migration tools like DMA, DMS, Azure Migrate, ADS, etc, and then focus on migration to Managed Instance using SQL MI Link. You should take away with you the understanding of when to use which tool and how the newly available Azure SQL Managed Instance Link can help you to achieve a minimum downtime migration of on-prem SQL Server to Azure SQL Managed Instance.
 
The Power of Polybase with SQL - True data Virtualisation
Customers would be able to understand what exactly Polybase is, why it's useful, what are the use cases and finally how to use this feature of SQL Server. Polybase have been around for quite some time, since SQL Server 2016, however, the awareness and the way it virtualises the data may not have been understood well for some customers.