2023-05-26
326 reads
2023-05-26
326 reads
2023-05-19
540 reads
2023-05-03
497 reads
See how the new, open-source sqlcmd works with containers to kickstart the development experience.
2023-04-28
3,196 reads
Steve takes a look at go-sqlcmd, the newest evolution of the sqlcmd command line tool.
2023-04-21
7,917 reads
2022-04-20
630 reads
2019-11-18
1,250 reads
2019-03-18
593 reads
2019-03-11
606 reads
2017-08-24
958 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