The Role of Databases in the Era of AI
Steve has a few thoughts on how AIs change the role of databases.
2024-10-14
330 reads
Steve has a few thoughts on how AIs change the role of databases.
2024-10-14
330 reads
In Azure SQL Database serverless edition, we get an upgrade to our configuration.
2024-10-12
124 reads
The executives at CrowdStrike testify before the US Congress, noting their software development process needs work.
2024-10-11
161 reads
How simple should software development be? Steve notes it can be simple, but not too simple.
2024-10-09
178 reads
How much load do real time updates place on a data warehouse? Steve has a few thoughts on the analysis of the Amazon Redshift dataset, Redset.
2024-10-07
228 reads
As I start this editorial, I am sitting at a PostgreSQL conference in New York City during the nighttime reception. The sound of 100 voices is not quite deafening, but it is certainly loud and understanding anyone in this group would be hard. It is also hard because I only know about four people at […]
2024-10-05
72 reads
Steve reminisces about the older technology of putting words on paper, often from the web.
2024-10-04
66 reads
How many of us clean up our databases and is it worth it? Steve has a few thoughts.
2024-10-02
395 reads
Platform engineering is a new area of focus for some, but it's already being seen as passé by some. Steve notes that there isn't a magic bullet for building better software. It comes about by us working together.
2024-09-30
109 reads
Have you ever been stuck in some area of your life? Maybe at work? That big project. Progressing in your career. The slow query that seems impossible to make faster. Learning new skills to switch careers. Maybe outside of work? The weekend home project that’s been going on for more than a few weekends… possibly […]
2024-09-28
83 reads
By Steve Jones
We had an interesting discussion about deployments in databases and how you go forward...
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
Comments posted to this topic are about the item Remotely Engineer Fabric Lakehouse objects:...
Comments posted to this topic are about the item Creating JSON III
Comments posted to this topic are about the item Testing is Becoming More Important
In a SQL Server 2025 table, called Beer, I have this data:
BeerIDBeerName 1Becks 2Fat Tire 3Mac n Jacks 4Alaskan Amber 8KirinI run this code:
SELECT JSON_OBJECTAGG(
BeerID: BeerName )
FROM beer;
What are the results? See possible answers