Miscellaneous Reading for July 2013
Must read blog: Sacha Chua. Lots of info on going solo, being productive, sketch noting.Related, if you’re trying to manage...
2013-07-30
1,122 reads
Must read blog: Sacha Chua. Lots of info on going solo, being productive, sketch noting.Related, if you’re trying to manage...
2013-07-30
1,122 reads
Based on a bit of luck/happenstance I’ve been able to stretch my summer vacation to two months. I had planned...
2013-07-29
1,278 reads
PASS is accepting candidate applications for the 2013 election through August 7th, 2013. Later this year we – the PASS membership...
2013-07-29
635 reads
First time event in Cocoa Beach went really well!
Speaker dinner well attended Friday night at Florida’s SeafoodQuite a few...
2013-07-29
758 reads
I’m leaving mid-morning today to drive to Cocoa with my family for a beach weekend and SQLSaturday #231. I’ll be...
2013-07-26
704 reads
I’ll try to write more about these over the next couple months, but I wanted to write down a quick...
2013-07-26
1,128 reads
I’m not terribly good at putting at least one image in every post. The images I do use are either...
2013-07-25
939 reads
Most of you probably get that there will always be a bottleneck in a system. You implement a fix in...
2013-07-24
579 reads
I learned something from you – that was something someone said to me at the end of a recent consulting engagement....
2013-07-23
752 reads
I don’t bowl often, maybe once a year at best. It’s a fun way to spend a couple hours – I...
2013-07-22
702 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