Showing category results for Data API builder

Feb 20, 2026
Post comments count2
Post likes count1

Light up Multiple Databases with a Single API with Data API builder’s multi-source configuration

Jerry Nixon
Jerry Nixon

Data API builder (DAB) supports multi-source configurations Data API builder (DAB) connects to your database with a safe REST or GraphQL endpoint. But DAB is not limited to just one database. Using a multi-source configuration, you can connect to more than one database simultaneously. Learn more about Data API builder: https://aka.ms/dab/docs ...

Data API builderAzure SQL
Feb 18, 2026
Post comments count0
Post likes count1

Federating Databases with Data API Builder Chaining

Jerry Nixon
Jerry Nixon

For decades, DBAs relied on linked servers to stitch data together. If you needed data from two places, you wired them up and moved on. It worked. It was straightforward. It felt native to SQL. But what if linked servers are not an option? What if policy blocks them? What if one of the systems is not SQL or lives in another cloud? How do you cross...

Azure SQLData API builderREST
Feb 17, 2026
Post comments count0
Post likes count2

Dear Copilot, can you help me with SQL?

Jerry Nixon
Jerry Nixon

Perhaps we missed it at first, but Copilot is more than comfortable with SQL. This goes beyond autocomplete. This is moving from nothing to a working database without leaving our tools. Have we really arrived? Yes, sort of. For database engineers and app engineers alike, we have crossed an important line. Making us more productive is easy for Copi...

SQL Server 2025Azure SQLData API builder
Feb 9, 2026
Post comments count3
Post likes count0

Time Travel in Azure SQL with Temporal Tables

Jerry Nixon
Jerry Nixon

Applications often need to know what data looked like before. Who changed it, when it changed, and what the previous values were. Rebuilding that history in application code is tedious and error prone. This is especially valuable when exposing a database to an AI agent through MCP servers like SQL MCP Server, where information discovery matters. ...

T-SQLAzure SQLData API builder
Feb 5, 2026
Post comments count0
Post likes count2

Enable Soft Delete in Azure SQL

Jerry Nixon
Jerry Nixon

Sometimes applications need to remove data without actually losing it. Soft delete keeps rows in the database while making them invisible to normal application access. This is especially valuable when exposing a database to an AI agent through MCP servers like SQL MCP Server, where safety and reversibility matter. Learn more about SQL MCP Serve...

T-SQLAzure SQLData API builder
Dec 1, 2025
Post comments count0
Post likes count3

Data API builder’s “request-body-strict” Simplifies Client Code

Jerry Nixon
Jerry Nixon

Data API builder (DAB) provides REST and GraphQL endpoints over SQL Server, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. The configuration value controls how REST endpoints treat unknown JSON properties in the payload: * When set to (default), unknown properties are rejected and an exception is thrown. * When set to , unknown...

Data API builder.NET
Oct 22, 2025
Post comments count0
Post likes count2

Build an AI Agentic RAG search application with React, SQL Azure and Azure Static Web Apps

Raffaele Garofalo
Raffaele Garofalo

Introduction Leveraging OpenAI for semantic searches on structured databases like Azure SQL enhances search accuracy and context-awareness, providing more relevant and insightful results. This example showcases the use of Azure SQL for storing and searching data with AI. By implementing the RAG pattern with Azure SQL, the sample efficiently searc...

Azure SQLData API builderAzure OpenAI
Sep 29, 2025
Post comments count0
Post likes count3

Data API builder 1.6: Advanced Behaviors with Special HTTP Headers

Jerry Nixon
Jerry Nixon

Data API builder (DAB) provides REST and GraphQL endpoints over SQL Server, Azure Cosmos DB, PostgreSQL, MySQL, and SQL Data Warehouse. REST endpoints support several HTTP headers that let you control how requests behave. These headers give you precision over updates, caching, and discovering new resources. If-Match By default, DAB tre...

Azure SQLData API builder
Mar 27, 2025
Post comments count0
Post likes count2

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 SQLAIT-SQL
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...

Data API builderAzure SQLT-SQL