Showing results for January 2025 - Azure SQL Devs’ Corner

Jan 30, 2025
0
1

Hot Reload in Data API builder Now Available

Jerry Nixon
Jerry Nixon

Data API builder (DAB) creates secure REST and GraphQL endpoints over your database (SQL, Postgres, Cosmos, MySQL) in Azure, on-prem, or anywhere you can run a container. It supports every programming language, requires no additional framework, is rich with features, and – because it is open source – is completely free. There is no code generati...

Data API builder
Jan 27, 2025
0
0

Introducing Change Event Streaming: Join the Azure SQL Database Private Preview for Change Data Streaming

Sasa Popovic
Sasa Popovic

In a world where digital transformation is accelerating, the ability to integrate and process real-time data from diverse sources is crucial for success. Organizations today depend on timely insights to enhance decision-making, improve operations, and foster innovation. To meet this need, we’re thrilled to announce the private preview of Change Eve...

Azure SQL
Jan 23, 2025
0
1

Improve the “R” in RAG and embrace Agentic RAG in Azure SQL

Davide Mauri
Davide Mauri

The RAG (Retrieval Augmented Generation) pattern, which is commonly discussed today, is based on the foundational idea that the retrieval part is done using vector search. This ensures that all the most relevant information available to answer the given question is returned and then fed to an LLM to generate the final answer. While vector search...

Azure SQLAI
Jan 20, 2025
0
0

Extending Regular Expressions (Regex) Support on Azure SQL Managed Instance (MI)

Abhiman Tiwari
Abhiman Tiwari

We are happy to announce the Private Preview of Regular Expressions (Regex) support on Azure SQL Managed Instance (MI). This new feature brings powerful text processing capabilities to your SQL queries, enabling you to perform complex pattern matching and data manipulation with ease.  Regex support in Azure SQL The Regex feature in Azure SQL foll...

Azure SQLT-SQL
Jan 8, 2025
0
4

SQL Server Native Vector Search for .NET Developers

Dr. Damir Dobric
Dr. Damir Dobric

It seems that the majority of developers naturally believe this field of software development belongs to mathematics and Python developers, who originally started building the first solutions. However, .NET and C# provide a great foundation for building almost any kind of application on any platform in a highly professional way. In this post...

Azure SQL
Jan 8, 2025
0
2

Building a RAG-Based Smart Memory Application with Azure SQL Database

Arun Vijayraghavan Davide Mauri Muazma Zahid
Arun,
Davide,
Muazma

Project Mission The way people work and manage information is changing rapidly in our digital age. More and more people are struggling to keep track of all the online resources they use daily. They need a better way to save, organize, and retrieve important information from websites, articles, and other online sources. This is especially true fo...

Azure SQLAIPython