Showing results for March 2024 - Azure SQL Devs’ Corner

Mar 22, 2024
8
8

Introducing Regular Expression (Regex) Support in Azure SQL DB

Abhiman Tiwari
Abhiman Tiwari

We are pleased to announce the private preview of regular expressions (regex) support in Azure SQL Database. Regex is a powerful tool that allows you to search, manipulate, and validate text data in flexible ways. With regex support, you can enhance your SQL queries with pattern matching, extraction, replacement, and more. You can also combine them...

Azure SQL
Mar 19, 2024
4
0

Empowering the SQLBits website with Azure SQL and Data API Builder

Davide Mauri
Davide Mauri

SQLBits is the biggest and most well-known data conference in UK and Europe. With several thousand people attending every year, and with more than 10 years of session recordings, it provides an amazing amount of knowledge to everyone who wants to learn anything around the Microsoft Data Platform. Be it on-premises, or on Azure, or the shiny new Fab...

Data API builderAzure SQL
Mar 14, 2024
2
1

Azure SQL Trigger Binding for Azure Functions goes GA

Brian Spendolini
Brian Spendolini

Azure SQL Database Engineering and Product Management would like to announce that Azure SQL Trigger Binding for Azure Functions is now generally available (GA). Catching Up As a quick refresher, the Azure SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or...

Azure SQL