Showing results for 2025 - Azure SQL Devs’ Corner

Apr 21, 2025
Post comments count0
Post likes count1

Predictable LLM results with Structured Output and sp_invoke_external_rest_endpoint

Davide Mauri
Davide Mauri

OpenAI recently introduced a powerful new feature for developers: structured output using JSON Schema via the parameter. This makes it possible to request responses from a GPT-4o model that strictly match a given schema—no free-text, no guesswork. If you're working with Azure SQL, this is a game-changer. Combined with the stored procedure and SQ...

Azure SQLAI
Apr 7, 2025
Post comments count0
Post likes count2

Enhancing Search Capabilities in SQL Server and Azure SQL with Hybrid Search and RRF Re-Ranking

Davide Mauri
Davide Mauri

In today's data-driven world, delivering precise and contextually relevant search results is critical. SQL Server and Azure SQL Database now enable this through Hybrid Search—a technique that combines traditional full-text search with modern vector similarity search. This allows developers to build intelligent, AI-powered search experiences directl...

AI
Mar 27, 2025
Post comments count0
Post likes count1

SQL Conf() 2025 Highlights: So Much Developer Innovation!

Jerry Nixon
Jerry Nixon

For decades, SQL Server has been a cornerstone of data management, evolving to meet the needs of modern developers. What began as a traditional relational engine is now a cloud-enabled, AI-integrated platform designed for building real-world applications. SQL Server continues to meet developers where they are—offering tools, services, and capabilit...

Azure SQLAIVectors
Mar 24, 2025
Post comments count0
Post likes count4

Secure APIs with Data API Builder, Keycloak, and SQL Server

Alessio Tugnoli
Alessio Tugnoli

In this article, we'll explore how to create a secure, on-premises API using Data API Builder (DAB), Keycloak, and SQL Server. You'll learn to set up JSON Web Token (JWT) authentication with Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC), and Row-Level Security (RLS), ideal for secure business scenarios. Want to replic...

Azure SQLRESTT-SQL
Mar 19, 2025
Post comments count1
Post likes count3

Vector Search with Azure SQL, Semantic Kernel and Entity Framework Core

Davide Mauri Marco Minerva
Davide,
Marco

Vector databases like Qdrant and Milvus are specifically designed to efficiently store, manage, and retrieve embeddings. However, many applications already use relational databases like SQL Server or SQL Azure. In such cases, installing and managing another database can be challenging, especially since these vector databases may not offer all t...

Azure SQLAI.NET
Mar 18, 2025
Post comments count0
Post likes count1

Build a Streamlit application with Fabric SQL Database

Sunitha Muthukrishna
Sunitha Muthukrishna

Building an application allows you to operationalize the data you have in Microsoft Fabric, such that it can be consumed by stakeholders in your organization to generate business insights.  Streamlit is easy to use to build simple applications without needing to know front-end application frameworks like Flask, Django etc. It makes it easier to pro...

PythonAzure SQLFabric SQL Database
Mar 14, 2025
Post comments count0
Post likes count3

Exploring SQL Server Integration with .NET Aspire: A Collection of Hands-On Samples

Davide Mauri
Davide Mauri

I'm happy to share a new GitHub repository with developers: azure-sql-db-aspire. This collection of eight hands-on examples demonstrates how to integrate SQL Server and Azure SQL with .NET Aspire, making it easier to build modern, cloud-native applications. Why .NET Aspire for SQL Server? .NET Aspire is a new opinionated, cloud-ready stack for .N...

Azure SQL.NETData API builder
Mar 6, 2025
Post comments count5
Post likes count0

MSSQL Extension for VS Code: What’s new and what’s next

Carlos Robles
Carlos Robles

The MSSQL Extension for VS Code continues to evolve, bringing powerful new features and enhancements that make SQL development more seamless and efficient. In this update, we’re excited to share the latest improvements in v1.29.0 and give you a sneak peek at what’s coming next in our open roadmap. This extension is designed for developers working ...

VS CodeAzure SQL
Feb 26, 2025
Post comments count4
Post likes count2

Exciting new T-SQL features: Regex support, Fuzzy string-matching, and bigint support in DATEADD – preview

Abhiman Tiwari
Abhiman Tiwari

We are thrilled to announce the public preview of three powerful T-SQL features that will elevate your SQL queries: Regular Expressions (Regex) support, Fuzzy string-matching, and bigint support in DATEADD. These enhancements are now available in Azure SQL Database and SQL Database in Microsoft Fabric, offering developers more flexibility, efficien...

Azure SQLT-SQL
Feb 18, 2025
Post comments count0
Post likes count1

Go passwordless when calling Azure OpenAI from Azure SQL using Managed Identities

Davide Mauri
Davide Mauri

Security is a significant topic today, and the ability to access a service requiring authentication without using an API key, password, or secret is a common request from those concerned about the security of a solution, which includes all of us. In today's digital landscape, cybersecurity threats are increasingly sophisticated and frequent, mak...

Azure SQLAISecurity