2020-09-22
908 reads
2020-09-22
908 reads
An in depth look at the implications of using Banker's Rounding.
2020-06-15
18,609 reads
Age Calculation gets implemented as an Inline table Valued function with a parameter defining which date parts must be counted.
2017-03-30
1,846 reads
Age calculation based on the right method used in real life.
2017-03-28
4,321 reads
2017-03-09 (first published: 2017-02-16)
1,986 reads
2016-11-16
1,263 reads
2013-06-24
2,884 reads
2013-05-24
2,363 reads
2013-04-30
2,261 reads
2008-09-04
5,245 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