What is New in SQL Server 2025
Learn about the latest version of SQL Server and get help installing it on your system.
2026-05-04
7,201 reads
Learn about the latest version of SQL Server and get help installing it on your system.
2026-05-04
7,201 reads
Learn how the JSON_ARRAYAGG() function works in SQL Server 2025.
2026-04-27
4,038 reads
Learn about migrating SSRS reports to Power BI Report Server in SQL 2025
2026-04-03
4,854 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,001 reads
2026-02-20
655 reads
2026-02-16
694 reads
2026-02-13
899 reads
Learn how we can search text values in SQL Server 2025 using the new AI capabilities.
2026-01-12
3,491 reads
Learn about the new ZSTD compression algorithm in SQL Server 2025.
2025-12-29
2,315 reads
I have been working in various computer languages for a long time. When I saw that the || operator was coming, I was a bit confused as to why we needed this, and how it would work. After all, this is a part of other languages. I decided to dig in a bit. This is […]
2025-12-19
8,615 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
hi, we couldnt get our upstream data source developers to supply what is sometimes...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers