Showing category results for Azure 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 SQLRESTData API builder
Feb 17, 2026
Post comments count1
Post likes count1

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 12, 2026
Post comments count0
Post likes count0

Build Intelligent Apps with SQL: Join the SQL + AI Datathon

Jasmine Greenaway
Jasmine Greenaway

The SQL + AI Datathon is a hands‑on challenge designed to show how the foundations for building modern, intelligent applications with SQL. Over a set of guided missions and a focused open hack, you’ll learn how to combine SQL with embeddings, semantic search, and Retrieval Augmented Generation (RAG) to build real AI‑powered experiences. Th...

Azure SQL
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 6, 2026
Post comments count0
Post likes count3

Masking Sensitive Data in Azure SQL

Jerry Nixon
Jerry Nixon

Applications often need access to data without needing access to everything. Social Security numbers, email addresses, and phone numbers are common examples. Storing them is required. Exposing them broadly is not. This is especially valuable when exposing a database to an AI agent through MCP servers like SQL MCP Server, where safety and reversibil...

T-SQLSQL MCP ServerSecurity
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
Jan 26, 2026
Post comments count0
Post likes count2

Introducing Budget Bytes: Build Powerful AI Apps for Under $25

Jasmine Greenaway Pablo Lopes
Jasmine,
Pablo

When developers hear "cloud" and "AI," their first thought is often about cost. "How much will this cost me to learn? Can I build something meaningful without racking up a surprise bill?"   Budget Bytes is a new series is designed to inspire developers to build affordable, production-quality AI applications on Azure with a budget of $25 or...

Azure SQLAI
Jan 6, 2026
Post comments count0
Post likes count1

Semantic Reranking with Azure SQL, SQL Server 2025 and Cohere Rerank models

Davide Mauri
Davide Mauri

Supporting re‑ranking has been one of the most common requests lately. While not always essential, it can be a valuable addition to a solution when you want to improve the precision of your results. Unfortunately, there isn’t a universal, standardized API for a “re‑rank” call across providers, so the most reliable approach today is to issue a manua...

Azure SQLT-SQLVectors
Nov 24, 2025
Post comments count0
Post likes count2

MSSQL Extension for VS Code: Introducing Edit Data (Public Preview)

Yo-Lei Chen
Yo-Lei Chen

Overview Working with table data is an essential part of database development — whether you’re validating behavior, debugging issues, or quickly seeding data. But switching between tools or writing repetitive T-SQL statements can slow down your workflow. We are excited to announce the Public Preview of Edit Data in the MSSQL extension for Visual ...

Azure SQLVS CodeVisual Studio Code
Nov 18, 2025
Post comments count0
Post likes count3

New T-SQL AI Features are now in Public Preview for Azure SQL and SQL database in Microsoft Fabric

Brian Spendolini
Brian Spendolini

At the start of this year, we released a new set of T-SQL AI features for embedding your relational data for AI applications. Today, we have brought those features to Azure SQL and SQL database in Microsoft Fabric. This post will help you get started using the new AI functions of Azure SQL. Prerequisites Set up your env...

Azure SQLAIT-SQL