Showing category results for AI

Aug 26, 2026
Post comments count0
Post likes count1

New Azure SQL Foundations video series with GitHub samples

Anna Hoffman

Bob Ward and I recently released a series of videos, read more in the original blog post or go directly to the series on YouTube. The Azure SQL Database Foundations series are four videos that take you from your first Hyperscale database to AI features running against your own operational data. We also included how to assess and migrate (with AI...

AIAzure SQLVectors
Aug 19, 2026
Post comments count0
Post likes count0

Outgrowing SQL Server Express? Upgrade to Azure SQL Database Free Tier in 3 Steps

Vandana,
Amit

If you’ve been building local prototypes, internal tools, web backends, or lightweight services on SQL Server Express, you know the routine: it’s free, familiar, and gets the job done – until you hit hardware limits or spend weekends manual backup scripts and handling OS patches. Learn how to upgrade from SQL Server Express to Azure SQL Database fr...

Azure SQLAIVectors
Aug 17, 2026
Post comments count0
Post likes count0

Beyond Vector Indexes: Azure SQL Brings Optimizer Intelligence to Vector Search

Pooja Kamath

Why production AI retrieval depends on more than vector index performance.  It's easy to think of AI retrieval as a vector search problem. For many developers, the first conversation starts with vector index benchmarks: How many queries per second can it handle? What's the latency? What's the recall? How well does it scale? Those metrics are ...

Azure SQLAIT-SQL
Aug 10, 2026
Post comments count0
Post likes count0

Build Locally, Ship to Cloud for $0: Azure SQL for Modern App Developers

Vandana,
Andrew

As app developers, our primary focus is building great user experiences, designing APIs, and shipping features quickly. What we don't want is database friction—wasting hours configuring local DB instances, writing verbose migration scripts by hand, or worrying about unexpected cloud bills while prototyping. Today, we are making database developm...

Azure SQLAIAzure OpenAI
May 28, 2026
Post comments count0
Post likes count3

SQL + AI, hands-on: Join a free workshop near you

Anna Hoffman

If you work with Microsoft SQL regularly, the AI conversation right now probably feels a little exhausting. Every week brings a new platform, a new pattern, a new opinion about how you’re “supposed” to build AI apps. Most of it assumes you’ll start over. You don’t have to. We’re running SQL AI App in a Day workshops with Microsoft partners ar...

Azure SQLAIT-SQL
May 13, 2026
Post comments count0
Post likes count2

Microsoft SQL Security Across the MAESTRO Stack: Building Secure Agentic AI with Defense-in-Depth

Arun Vijayraghavan

Artificial Intelligence is evolving rapidly. What began as simple prompt-and-response systems is now transforming into fully autonomous, agentic AI architectures capable of reasoning, orchestrating tools, interacting with enterprise data, and invoking external systems dynamically. While these capabilities unlock enormous business potential, they al...

AIAzure SQLT-SQL
Jan 26, 2026
Post comments count0
Post likes count3

Introducing Budget Bytes: Build Powerful AI Apps for Under $25

Jasmine,
Pablo

When developers hear "cloud" and "AI," their first thought is often about cost. "How much will this cost me to learn? Can I build something meaningful without racking up a surprise bill?"   Budget Bytes is a new series is designed to inspire developers to build affordable, production-quality AI applications on Azure with a budget of $25 or...

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

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
Sep 17, 2025
Post comments count0
Post likes count1

SQL Server 2025 RC1: faster DiskANN and FP16 support

Davide,
Pooja

We’re excited to announce major improvements to DiskANN in SQL Server 2025 RC1, making vector search faster, more scalable, and more storage-efficient than ever before. ⚡ Significantly Faster Index Builds Building DiskANN indexes is now considerably faster, thanks to optimizations that better utilize all available CPU cores and improve the ef...

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

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