Delivering a precon on Columnstore Indexes at SQLSaturday Cambridge
I am extremely happy to share that I shall be delivering a workshop at the amazing SQLSaturday Cambridge on 10th...
2015-05-12
487 reads
I am extremely happy to share that I shall be delivering a workshop at the amazing SQLSaturday Cambridge on 10th...
2015-05-12
487 reads
Why a seemingly innocent WHERE clause can cause large amount of data missing
In the previous post, ETL #71–Your data can...
2015-05-12 (first published: 2015-05-03)
6,247 reads
The Microsoft
MVP community is very excited to announce it’s very first 2015 Microsoft MVP
Virtual Conference (Microsoft V-Conf) coming to directly...
2015-05-12 (first published: 2015-04-09)
5,767 reads
Welcome to the fabulous world of blog parties, SQL Server and what has been the longest running SQL Server related...
2015-05-12
554 reads
Welcome to the fabulous world of blog parties, SQL Server and what has been the longest running SQL Server related meme in the blogosphere – TSQLTuesday. This month we...
2015-05-12
4 reads
Cathrine Wilhelmsen (b|t) is hosting this month’s T-SQL Tuesday, and the topic she chose is monitoring. All of us, whether...
2015-05-12
1,064 reads
[read this post on Mr. Fox SQL blog]
Continuing on with my Partitioning post series, this is part 2.
The partitioning includes several major...
2015-05-12
698 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 2. The partitioning includes several major components of work (and can be linked...
2015-05-12
1 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 2. The partitioning includes several major components of work (and can be linked...
2015-05-12
3 reads
[read this post on Mr. Fox SQL blog] Continuing on with my Partitioning post series, this is part 2. The partitioning includes several major components of work (and can be linked...
2015-05-12
20 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