Posts by this author

Nov 18, 2025
Post comments count0
Post likes count3

Public preview of vector indexing in Azure SQL DB, Azure SQL MI, and SQL database in Microsoft Fabric

We are happy to share that DiskANN vector indexing is now in public preview across Azure SQL Database, Azure SQL Managed Instance, and SQL database in Microsoft Fabric. DiskANN is a cutting-edge algorithm for efficient vector similarity search, making it ideal for powering recommendation systems, image and multimedia search, and advanced retrieval-...

Azure SQL
Nov 18, 2025
Post comments count0
Post likes count2

SQL Server 2025 Embraces Vectors: setting the foundation for empowering your data with AI

SQL Server 2025 marks a major milestone in database innovation by introducing native support for VECTOR data types and vector functions. These are now fully available in the freshly released SQL Server 2025 RTM. This means you can store and process high-dimensional embeddings directly within your database. It eliminates the need to move data acr...

SQL Server 2025Vectors
Sep 22, 2025
Post comments count0
Post likes count2

Using the new SqlVector type with EF Core and Dapper

Azure SQL vector support has been generally available for a few months now, and the ecosystem is quickly evolving to make working with vectors in your applications as seamless and efficient as possible. With the release of Microsoft.Data.SqlClient 6.1, developers can now take advantage of binary transport for vector data via the new class. This...

Azure SQL.NET
Sep 17, 2025
Post comments count0
Post likes count1

SQL Server 2025 RC1: faster DiskANN and FP16 support

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
Jul 31, 2025
Post comments count0
Post likes count1

Updated .NET and JDBC Drivers with Native Vector Data Support for High-Performance AI Workload

We’ve just released major updates to our data access libraries, bringing native support for vector data to both the .NET and JDBC ecosystems, unlocking significant performance gains for AI and machine learning workloads. Microsoft.Data.SqlClient 6.1.0 With the new class, you can now handle vector data in binary format, replacing the slower JSON ...

AIVectorsDrivers
Jun 19, 2025
Post comments count0
Post likes count3

Announcing General Availability of Native Vector Type & Functions in Azure SQL

We are happy to announce that Native vector support in Azure SQL Database and Azure SQL Managed Instance is moving to General Availability this summer. Deployments are already underway, and several regions have begun receiving the feature. What is going GA? Integrated Vector Data Type Azure SQL introduces a dedicated VECTOR data type that simpl...

Azure SQLAIVectors
Jun 17, 2025
Post comments count2
Post likes count1

SQL Server 2025 CTP 2.1: DiskANN Improvements

I'm happy to announce that SQL Server 2025 CTP 2.1 is now available, and it brings significant improvements to DiskANN support. While DiskANN remains in preview, each release continues to remove limitations and boost performance. In this release, we’ve made a particularly notable leap in vector index creation speed, with more enhancements on th...

AIAzure SQLVectors
Jun 2, 2025
Post comments count1
Post likes count2

A story of collaborating agents: chatting with your database the right way

Today, more and more customers are embracing AI with one clear goal in mind: they want to chat with their data. And by "data," they mean all of it:  structured tables, unstructured documents, images, audio, and more. This demand has given rise to hybrid approaches that blend semantic understanding with precise data retrieval. But here’s the chal...

Azure SQLAI
May 29, 2025
Post comments count2
Post likes count1

Vector Support Public Preview now extended to Azure SQL MI

We are thrilled to announce that Azure SQL Managed Instance now supports Vector type and functions in public preview.  This builds on the momentum from Azure SQL Database, where vector support has been in public preview since December. Check out the detailed announcement 💡 Why Choose Azure SQL Managed Instance for AI-Driven Modernization? ...

Azure SQLAIVectors
May 6, 2025
Post comments count1
Post likes count2

Efficiently and Elegantly Modeling Embeddings in Azure SQL and SQL Server

Storing and querying text embeddings in a database it might seem challenging, but with the right schema design, it's not only possible, it's powerful. Whether you’re building AI-powered search, semantic filtering, or recommendation features, embeddings, and thus vectors, are now a first-class data type. So how do you model them well inside a databa...

Azure SQLAIVectors