2026-05-06
598 reads
2026-05-06
598 reads
Learn how the JSON_ARRAYAGG() function works in SQL Server 2025.
2026-04-27
4,144 reads
2026-04-23 (first published: 2026-04-22)
490 reads
2026-04-15
808 reads
Learn about the new JSON_OBJECTAGG function in SQL Server 2025.
2026-03-30
2,837 reads
2026-03-18
1,176 reads
2026-03-04
608 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,670 reads
2026-02-18
639 reads
2026-02-04
1,128 reads
By Steve Jones
I wrote about learning today for the editorial: I Can’t Make You Learn. I...
By ReviewMyDB
Fabric has CI/CD built in, but if you've tried to use it for database...
By Steve Jones
attriage – n. the state of having lost all control over how you feel...
Comments posted to this topic are about the item Forward Deployed Engineers
Comments posted to this topic are about the item TRY_PARSE vs TRY_CONVERT in SQL...
Comments posted to this topic are about the item DBCC CHECKDB Limits II
I have a SQL Server 2025 database that I want to check for corruption every night. One of the things we do is disable indexes used for ETL loads during the weekend and re-enable them on Monday morning. If we run DBCC over the weekend, are our disabled indexes checked for consistency?
See possible answers