Give and Take
This Friday Steve Jones asks about capital at work and does it affect the way you do business.
2008-02-22
40 reads
This Friday Steve Jones asks about capital at work and does it affect the way you do business.
2008-02-22
40 reads
2008-02-21
178 reads
2008-02-20
91 reads
2008-02-19
58 reads
A perspective from Richard Collins on the creation of a government IT profession in the UK.
2008-02-18
70 reads
2008-02-18
78 reads
This year TechEd is across two weeks, with a different focus for each. Which one would you rather attend.
2008-02-15
38 reads
Why don't we have updates, patches, and service packs slipstreamed into the base product for new installs?
2008-02-14
138 reads
Using the Identity Property might be one of the more debated features of SQL Server. This editorial was originally published on Mar 5, 2008. It is being re-run as Steve is on vacation.
2008-02-11
286 reads
Windows 2008 RTMs, a change from the SQL Server support team, and a Jump Start for Katmai.
2008-02-11
49 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