PASS Summit Magic: The Prestige
Ta-DA!!!!
So we started this show with the Pledge, got wowed with the Turn and finally we’ve come to the last...
2010-11-30
1,835 reads
Ta-DA!!!!
So we started this show with the Pledge, got wowed with the Turn and finally we’ve come to the last...
2010-11-30
1,835 reads
So looks like we have another blog party on our hands, this time courtesy of Jen McCown (Blog | Twitter), one...
2010-11-19
1,843 reads
Watch closely...
I mentioned in my last post that the Turn is the point in the act where the magician executes...
2010-11-15
1,479 reads
Well, it’s the final day of PASS Summit and the week’s final keynote! Today’s keynote will be delivered by Dr....
2010-11-11
511 reads
It’s Day 2 of the PASS Summit and here we are again live blogging the event.
From the Summit site:
Today Tom...
2010-11-10
399 reads
It’s the first day of the PASS Summit 2010 and I”ll be live blogging the first keynote here. Click on...
2010-11-09
514 reads
Not quite Mount Doom but...
As some of you may know, I’ve recently transitioned over from the fabulous life of being...
2010-11-04
604 reads
Hate to post this late but just wanted to let everyone know I’ll be presenting for Brazil’s Worldwide Online Tech...
2010-10-29
1,469 reads
This is just a quick note to remind everyone I’ll be presenting tomorrow, Tuesday October 26th 2010 for the PragmaticWorks...
2010-10-25
555 reads
This past weekend I had the pleasure of presenting at another great SQLSaturday event, number 49 actually and the 3rd...
2010-10-21
1,173 reads
By gbargsley
Hello, dear blog reader. Today’s post is coming to you straight from the home...
By Steve Jones
This month I’m thrilled that Steve Hughes is hosting. I’ve read this Data on...
By Steve Jones
One of the things a customer asked recently about Redgate Data Modeler was how...
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