Showing category results for Data API builder

Apr 8, 2026
Post comments count1
Post likes count1

Introducing SQL MCP Server

Jerry Nixon

SQL MCP Server gives enterprises a secure, feature-rich way to enable agents to access data. This is accomplished without exposing the schema, risking consistency, or relying on fragile natural language parsing. SQL MCP Server is a feature of Data API builder, so deployments have a proven entity abstraction system, RBAC security at the API layer wi...

Azure SQLData API builderSQL MCP Server
Mar 2, 2026
Post comments count4
Post likes count1

What questions will you ask your data agent?

Jerry Nixon

Data API builder (DAB) 1.7+ delivers secure MCP-based CRUD access with deterministic, policy-enforced query generation and an upcoming aggregate tool that enables complex, production-safe analytical questions without exposing raw SQL to AI agents.

Data API builderSQL MCP Server
Feb 20, 2026
Post comments count3
Post likes count1

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

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

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

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 count1

Time Travel in Azure SQL with Temporal Tables

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

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

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

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

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