How do you deal with disappointment?
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
108 reads
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
108 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
412 reads
2018-02-01
79 reads
Often we are encouraged to learn the latest things, but sometimes the old stuff is worth knowing too.
2017-12-26
87 reads
2017-12-18
62 reads
2017-12-11
82 reads
It is getting to be that time of year. Holiday parties are you for them or against
2017-11-14
78 reads
A lot of us are introverted, so is there anything that can be done about it?
2017-11-09
112 reads
2017-11-01
91 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
112 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