File Sizes
There are two scripts I like to use to look at the file sizes on servers. The first one is...
2013-05-14
448 reads
There are two scripts I like to use to look at the file sizes on servers. The first one is...
2013-05-14
448 reads
Don’t trust the name of an index to tell you what it is. The name is wrong, or at least...
2013-05-14
1,502 reads
Sp_who2 is not used by this DBA. That info is amazingly good to have, but I want more. Don’t get...
2013-05-14
861 reads
Copy / Paste formatted text is a nightmare in WordPress. I’m singling out WordPress because I use it, and, from what...
2013-05-13
581 reads
This script looks much more intimidating than the results it produces, so I recommend running it before reading through it. ...
2013-05-11
471 reads
2013-05-10
409 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