Vector Search in SQL Server 2025: Storing Embeddings, Querying Them, and What to Watch Out For
This article shows how you can generate embeddings in SQL Server 2025, store them, and use them in your queries.
2026-06-08
2,373 reads
This article shows how you can generate embeddings in SQL Server 2025, store them, and use them in your queries.
2026-06-08
2,373 reads
Learn about the latest version of SQL Server and get help installing it on your system.
2026-05-04
7,803 reads
Learn how the JSON_ARRAYAGG() function works in SQL Server 2025.
2026-04-27
4,152 reads
Learn about migrating SSRS reports to Power BI Report Server in SQL 2025
2026-04-03
5,346 reads
Introduction SQL Server 2025 introduced new features, including vectors. The main purpose of vectors is to create a new semantic search with the help of AI. Modern AI models represent text as vectors (embeddings) that capture semantic meaning. Similar meanings produce vectors that are close to each other in this vector space, allowing AI systems to […]
2026-03-23
9,586 reads
2026-02-20
668 reads
2026-02-16
699 reads
2026-02-13
905 reads
Learn how we can search text values in SQL Server 2025 using the new AI capabilities.
2026-01-12
3,633 reads
Learn about the new ZSTD compression algorithm in SQL Server 2025.
2025-12-29
2,403 reads
By Zikato
A fugitive cyber-criminal, a wingsuit, and 24 million flight records. Somewhere between Doha and...
Say you need outside help. You’ve exhausted all the things that you could do...
I’m honored to announce that I’ve been renewed as a Microsoft MVP for the...
Comments posted to this topic are about the item Implicit Conversions Cripple SQL Server
Comments posted to this topic are about the item BIT_COUNT() III
Comments posted to this topic are about the item The Mythical Bus Accident
In SQL Server 2025, I run this code:
select bit_count(-1)What is returned? See possible answers