Devops without management buy in?
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database but they had a number of issues, the main...
2017-02-10
8 reads
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database but they had a number of issues, the main...
2017-02-10
8 reads
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database...
2017-02-10
458 reads
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database...
2017-02-10
59 reads
I was talking to someone at a meetup recently who was really keen on doing continuous deployment for their database...
2017-02-10
52 reads
One of my friend sent an email that backups of a SQL Server 2016 instance are failing suddenly when the...
2017-02-10
1,250 reads
Fun week, performed some RAM upgrades for my production SQL boxes which for one server, somehow fried its motherboard, hard...
2017-02-10
371 reads
MANAGING ‘NOISY NEIGHBORS’ IN SQL SERVER If you’ve been managing databases for any length of time, you’ve probably had to contend with the “noisy neighbors” scenario. In this scenario,...
2017-02-10
20 reads
Wow – I didn’t blog at all in 2016! While I’m certain that falls squarely on me, perhaps a small part...
2017-02-10
1,575 reads
I recently talked with the guys over at SQL Data Partners on their podcast about SQL Server and containers. It...
2017-02-10 (first published: 2017-02-01)
1,907 reads
I did a talk at the london .net meetup if you want to get an overview of what SSDT is and how to get started then I would recommend...
2017-02-10
4 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