Cloud-Native Data Without Starting Over
TL;DR
The easiest first step is swapping the SQL driver: Nixon calls changing from deprecated
System.Data.SqlClienttoMicrosoft.Data.SqlClienta near drop-in update that brings current investments in performance, security, and new features.SQL Server 2025 changes search behavior, not just version numbers: the new vector data type and REST-based model integration let a search for "wireless keyboard" return semantically related items, with distances like 0.4 for close matches and 0.75 for looser ones such as an ergonomic chair.
Data API Builder can replace a lot of hand-written CRUD code: instead of maintaining REST endpoints, unit tests, and pipeline logic for common database operations, DAB uses a JSON config to expose tables, views, and stored procedures over REST, GraphQL, and MCP.
SQL database projects become the schema system when Entity Framework goes away: Nixon shows how stored procedures, tables, and views can be compiled, source controlled, and incrementally published, including CI/CD deployment scripts, without relying on EF migrations.
A single API surface can sit in front of mixed back ends: DAB can merge multiple config files so one app endpoint can route across SQL on-prem, Azure SQL, Postgres, Cosmos DB, or MySQL during cloud migration.
SQL MCP server is just DAB with MCP turned on: the same secured database surface used by the app can also be exposed to GitHub Copilot or other agents through JSON-RPC, with separate permissions if needed.
The Breakdown
Jerry Nixon's pitch is that you can modernize a SQL-backed app with surprisingly small changes: swap the driver, move to SQL Server 2025, replace CRUD APIs with Data API Builder, and even expose the same data safely to AI agents through MCP. The standout demo shows a product search going from BM25-style full-text results to vector search that links "outdoors" to both a camping lantern and a hiking backpack without rewriting the whole app.
Was This Useful?
Share
Keep Reading
Make Alcreon Yours
Tune your feedFive quick questions, and the feed ranks what matters to you first.Or just get notified
The weekly Echo. Signal worth keeping in your inbox.
Every new piece, announced on X.
Read Next
See all
Playbook
Cheap Models, Hard Tasks
Most agent workflows route every step to the frontier model by default. The bill scales with how chatty the agent gets, even when most steps don't need that brain.

Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
The Art of Tasteful Prompting
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.