Showing archive results for 2026

Apr 1, 2026
Post comments count0
Post likes count1

The Polyglot tax – Part 3

Aditya Badramraju
Aditya Badramraju

Vectors, Analytics, and the End of ETL Part 3 of 4 - The Multimodal Database Series In Part 1: The Polyglot Tax we laid out the fraud detection scenario: a transaction comes in, and before you approve or deny it you need five checks. Order history (relational). Device fingerprint (JSON). Connections to fraud rings (graph). Transactions that loo...

Azure SQL
Mar 23, 2026
Post comments count0
Post likes count0

SQL code analysis in VS Code: Configure rules without editing your project file

Iqra Shaikh
Iqra Shaikh

SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects that could break under certain compatibility levels. It was one of those SSDT features th...

VS CodeAzure SQLSQL database in Fabric
Mar 23, 2026
Post comments count0
Post likes count0

Manage SQL database schemas in VS Code: Publish dialog and item templates

Iqra Shaikh
Iqra Shaikh

Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. With the latest updates to SQL Database Projects in VS Code, that context switching is n...

Azure SQLVS CodeSQL Server 2025
Mar 18, 2026
Post comments count0
Post likes count1

DiskANN Vector Index Improvements

Davide Mauri Pooja Kamath
Davide,
Pooja

Remember when we announced the Public Preview of DiskANN vector indexes back in November and mentioned that once you created the index, your table became read‑only? Yeah… about that... 😅 We shipped early because the demand for Vector search in SQL was overwhelming. We knew the constraints weren’t ideal, but we also knew the fastest way to get this ...

Azure SQLT-SQLVectors
Mar 18, 2026
Post comments count1
Post likes count5

MSSQL Extension for VS Code: SQL Notebooks, AI-Powered Schema Design, Data API builder & More

Yo-Lei Chen Tauseef Siddique Carlos Robles
Yo-Lei,
Tauseef,
Carlos

The MSSQL extension for VS Code v1.41 continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In this release, we're introducing the Public Preview of Schema Designer with GitHub Copilot, Data API builder, and SQL Notebooks, along with the General Availability of Data-tier ...

VS CodeAzure SQLMicrosoft Fabric
Mar 4, 2026
Post comments count0
Post likes count3

The Polyglot tax – Part 2

Aditya Badramraju
Aditya Badramraju

When JSON Met Graph Part 2 of 4 - The Multimodal Database Series A note on naming. Throughout this series, when we say "SQL Server 2025" we also mean Azure SQL. The multimodal capabilities we discuss - native JSON, graph, vector, and columnstore - are available across both the on-premises engine and the Azure SQL family. In Part 1 we descr...

Azure SQLT-SQLSQL Server 2025
Mar 2, 2026
Post comments count4
Post likes count1

What questions will you ask your data agent?

Jerry Nixon
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 25, 2026
Post comments count2
Post likes count6

The Polyglot Tax

Aditya Badramraju
Aditya Badramraju

Part 1 of 4 - The Multimodal Database Series This is a four-part series about what happens when a single database engine handles relational, document, graph, vector, and analytical workloads natively - and what you stop paying for when it does. You spin up a database, point an agent at it, and start building. The first few tables go fast - user...

Azure SQLT-SQLSQL Server 2025
Feb 25, 2026
Post comments count0
Post likes count0

MSSQL Extension for VS Code: Query Profiler, ADS Migration Toolkit & More

Carlos Robles Tauseef Siddique Yo-Lei Chen
Carlos,
Tauseef,
Yo-Lei

The MSSQL Extension for VS Code continues to evolve, delivering features that make SQL development more integrated, more powerful, and more developer-friendly. In version v1.40.0, we're introducing the ADS Migration Toolkit, Basic Database Management, Flat File Import, Database Backup & Restore, Database Object Search, and Query Profiler — six ...

VS CodeAzure SQL
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
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