Posts by this author

Apr 21, 2026
Post comments count0
Post likes count0

The Polyglot tax – Part 4

The Agent-Ready Database: Security, Backup, and MCP Part 4 of 4 – The Multi-Model Database Series This is the final post in a four-part series on multi-model databases in SQL Server 2025 and Azure SQL - exploring how the optimizer, storage engine, and security layer treat each data model as a first-class citizen under one roof. In Part 1: The ...

Azure SQLT-SQLSQL Server 2025
Apr 1, 2026
Post comments count0
Post likes count1

The Polyglot tax – Part 3

Vectors, Analytics, and the End of ETL Part 3 of 4 - The Multi-model 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 lo...

Azure SQL
Mar 4, 2026
Post comments count0
Post likes count3

The Polyglot tax – Part 2

When JSON Met Graph Part 2 of 4 - The Multi-model Database Series A note on naming. Throughout this series, when we say "SQL Server 2025" we also mean Azure SQL. The multi-model 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 des...

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

The Polyglot Tax

Part 1 of 4 - The Multi-model 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 - use...

Azure SQLT-SQLSQL Server 2025