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
818 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,830 reads
2026-02-18
649 reads
2026-02-04
1,146 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Comments posted to this topic are about the item The New World Of AI...
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
What does this return on SQL Server 2025?
select bit_count(null)See possible answers