2010-09-06
290 reads
2010-09-06
290 reads
2010-09-06
355 reads
2010-09-06
326 reads
2010-09-06
326 reads
2010-09-06
340 reads
I know I was one of the more vocal ones these past two years when the set of nominees were...
2010-09-06
881 reads
For those of you whose BI projects never resemble your prom night (never getting past first base), it’s probably time...
2010-09-06
222 reads
I was asked by someone the other day, where do you get your drive and motivation? For a second, I...
2010-09-06
648 reads
This week we’re highlighting a new whitepaper on Configuring Kerberos Authentication for Microsoft SharePoint 2010 Products. It’s written by Tom...
2010-09-06
804 reads
Hey folks,
It's whitepaper Wednesday again and this week we're talking about "Introducing Microsoft StreamInsight" by: Torsten Grabs, Roman Schindlauer, Ramkumar...
2010-09-06
855 reads
By Steve Jones
I wrote an article recently on the JSON_OBJECTAGG function, but neglected to include an...
By HeyMo0sh
After working deep in cloud operations, I’ve learned that FinOps isn’t really about dashboards...
By gbargsley
Hello, dear blog reader. Today’s post is coming to you straight from the home...
Comments posted to this topic are about the item Creating a JSON Document I
Comments posted to this topic are about the item Who is Irresponsible?
Comments posted to this topic are about the item Designing Database Changes Before Deployment:...
I want to create a JSON document that contains data from this table:
TeamID TeamName City YearEstablished 1 Cowboys Dallas 1960 2 Eagles Philadelphia 1933If I run this code, what is returned?
SELECT json_objectagg('Team' : TeamName)
FROM dbo.NFLTeams;
See possible answers