Crossing Azure Borders
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
110 reads
Steve Jones is pleased to see some changes at Azure that make the database a stronger platform.
2015-11-05
110 reads
2015-11-04
140 reads
The pressure to move to virtual systems is increasing, but is there a fallback if you have issues?
2015-11-03
93 reads
As yet more personal details are spilled by preventable security lapses, what's
2015-11-02
280 reads
The move to limit disclosure of vulnerabilities continues, with potential issues for many of us.
2015-11-02
103 reads
2015-10-30
327 reads
This week Steve looks at the hot jobs that are going to have pay increases in the coming year.
2015-10-26
263 reads
Today Steve Jones wonders if the way you choose to design a database says something about you.
2015-10-23
188 reads
As data professionals, we might carry lots of information with us that relates to our organization. Will we get caught up in government issues as we cross borders?
2015-10-22
203 reads
The CAP Theorem talks about the properties of distributed systems, and how you can really only have two of them in any system.
2015-10-21
107 reads
By Steve Jones
I’m not sure I knew identity column values could not be updated. I ran...
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...
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