Showing category results for T-SQL

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-SQLSecuritySQL MCP Server
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 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 SQLVectorsT-SQL
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
Nov 18, 2025
Post comments count0
Post likes count2

General Availability Announcement: Regex Support in SQL Server 2025 & Azure SQL

Abhiman Tiwari
Abhiman Tiwari

We’re excited to announce the General Availability (GA) of native Regex support in SQL Server 2025 and Azure SQL — a long-awaited capability that brings powerful pattern matching directly into T-SQL. This release marks a significant milestone in modernizing string operations and enabling advanced text processing scenarios natively within the ...

Azure SQLT-SQL
Sep 16, 2025
Post comments count1
Post likes count0

AI-based T-SQL Refactoring: an automatic intelligent code optimization with Azure OpenAI

Saverio Lorenzini
Saverio Lorenzini

This article presents an AI-powered approach to automating SQL Server code analysis and refactoring. The system intelligently identifies inefficiencies and common T-SQL anti-patterns, applying best practices through a set of formalized coding rules, using prompt-driven instructions. It not only automatically rewrites problematic and inefficient...

Azure SQLT-SQLOpenAI
Aug 29, 2025
Post comments count0
Post likes count3

Using SQL Server’s new AI features and Python to create a T-SQL assistant

Rodrigo Ribeiro Gomes
Rodrigo Ribeiro Gomes

I recently created a GitHub repository to share the T-SQL scripts I've accumulated over 10 years as a DBA. However, I've always struggled to find the right script when I need it. For years, I relied on simple shell commands like find or just my memory, which could take 10-30 minutes, if I was lucky enough to find it. But, we are in the AI age,...

Azure SQLVectorsT-SQL
Aug 21, 2025
Post comments count0
Post likes count4

Create embeddings in SQL Server 2025 RC0 with a local ONNX model on Windows

Brian Spendolini
Brian Spendolini

With the release of SQL Server 2025 RC0, we have enabled the ability to use a local ONNX model on the server for embeddings. This allows you to use these models without having any network traffic leaving the local environment. Getting Started This example guides you through setting up SQL Server 2025 on Windows with an ONNX runtime to enabl...

Azure SQLAIT-SQL
Jul 30, 2025
Post comments count4
Post likes count4

Announcing General Availability of UNISTR function and ANSI SQL || Operator in Azure SQL

Abhiman Tiwari
Abhiman Tiwari

We’re excited to announce the General Availability (GA) of two long-standing capabilities that address critical needs for SQL developers and enterprise customers in Azure SQL Database and Azure SQL Managed Instance, configured with the Always-up-to-date update policy: These additions improve ANSI SQL compliance in Azure SQL, stream...

Azure SQLT-SQL
May 29, 2025
Post comments count0
Post likes count1

Azure SQL Cryptozoology AI Embeddings Lab Now Available!

Brian Spendolini
Brian Spendolini

Missed out on MS Build 2025? No worries! Our lab is now available for your exploration. Dive into a unique cryptozoology experience using Azure SQL and Azure AI to uncover intriguing (and true) connections among cryptids worldwide. Curious about who would reign supreme in a battle royal or which regions of the world hold the key to encountering ...

AIAzure SQLT-SQL