Last week we attended the Microsoft AI Tour Madrid, where Satya Nadella put a key topic for regulated organizations on the table: digital sovereignty. For those who want the official context, this Microsoft summary explains it very clearly: Artificial intelligence and…
How to use regular expressions (REGEX) in SQL Server 2025
Introduction For many years, working with text in SQL Server has been a frustrating task. While some engines offered advanced support for regular expressions, others had to rely on combinations of LIKE, PATINDEX, CHARINDEX, or even CLR functions to solve relatively…
