Session

Smarter T-SQL in SQL Server 2025: Regex, Fuzzy Matching, and Beyond

SQL Server 2025 introduces a wave of developer-focused enhancements that make T-SQL more expressive, powerful, and practical. In this session, we’ll explore:

Native Regular Expressions — simplify complex text parsing and validation directly in T-SQL without workarounds.

String Concatenation Enhancements — faster, cleaner syntax for building dynamic text, JSON, or CSV results.

Fuzzy Matching Functions like EDIT_DISTANCE, EDIT_DISTANCE_SIMILARITY, and Jaro family functions — designed for cases where spelling errors, typos, or formatting variations matter more than meaning. These shine in tasks such as matching customer names, detecting near-duplicates, or cleaning messy imports.

OPENROWSET Improvements — easier access to external files and formats, making integration steps more straightforward.

We’ll also tackle an important distinction: when to rely on syntactic similarity (fuzzy string functions) versus semantic similarity (vectors). Vectors excel at meaning, but often require extra infrastructure, storage, and indexing. The new string functions are lightweight and efficient, perfect for scenarios where you only need to catch a typo, misspelling, or formatting inconsistency.

Through practical demos, you’ll see how these features simplify everyday tasks that developers and DBAs face: cleaning messy data, validating inputs, or reconciling inconsistent records. By the end, you’ll leave with a toolkit of new techniques to solve problems faster and more elegantly — all without leaving T-SQL.

Dennes Torres

Data Platform MVP (2020-2023)

Luqa, Malta

Actions

Please note that Sessionize is not responsible for the accuracy or validity of the data provided by speakers. If you suspect this profile to be fake or spam, please let us know.

Jump to top