Showing tag results for SQL MCP Server

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 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