2018-03-29
1,082 reads
2018-03-29
1,082 reads
Describe and provide a set-based method that takes a multiple character split term and returns as a table
2018-03-19
3,217 reads
2018-02-23
1,149 reads
A Sudoku solution can be resolved using a single select statement. The first article shows this method and next how this can be optimised to resolve complex puzzles in seconds.
2018-02-20
4,117 reads
Generate aligned output from SELECT statement for code comments using a simple stored procedure.
2018-01-18
3,210 reads
2018-01-15
1,124 reads
2018-01-08
1,223 reads
2018-01-02
1,178 reads
2017-12-22
1,125 reads
2017-12-15
1,213 reads
By Steve Jones
I haven’t done one of these in awhile, but I saw an article recently...
In last months one of the scenarios where you can use AI has been...
By ChrisJenkins
Do you spend so long manipulating your data into something vaguely useful that you...
Comments posted to this topic are about the item Creating JSON II
Comments posted to this topic are about the item Engineer Lessons
On SQL Server 2025, what happens when I run this code:
SELECT JSON_OBJECTAGG( N'City':N'Denver' RETURNING JSON) GOSee possible answers