2026-05-06
624 reads
2026-05-06
624 reads
Learn how the JSON_ARRAYAGG() function works in SQL Server 2025.
2026-04-27
4,223 reads
2026-04-23 (first published: 2026-04-22)
504 reads
2026-04-15
817 reads
Learn about the new JSON_OBJECTAGG function in SQL Server 2025.
2026-03-30
2,912 reads
2026-03-18
1,197 reads
2026-03-04
626 reads
Last year, I used a lot of JSON to exchange data between systems. There are several ways to extract data from a JSON file, but there is one specific, probably less-used possibility that I’d like to highlight. For one project, I received JSON files containing a variable number of parameters and their values. If I […]
2026-03-09 (first published: 2026-02-18)
4,827 reads
2026-02-18
649 reads
2026-02-04
1,146 reads
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
By Steve Jones
I recently started playing with the MCP Server for SQL Server, which is a...
If you spend your days tuning queries, managing pipelines, or keeping a production database...
Comments posted to this topic are about the item BIT_COUNT() V
Comments posted to this topic are about the item How We Reduced SQL Server...
Comments posted to this topic are about the item An Eventual Consistency Scam
What does this return on SQL Server 2025?
select bit_count(null)See possible answers