Professional SQL Server Programming
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,514 reads
Steve Jones reviews Robert Viera's Professional SQL Server Programming text.
2001-08-01
3,514 reads
2001-07-30
3,295 reads
The downturn in the economy has left quite a few technical people out of work. This ongoing article describes the experiences over the past two years of Steve Jones. Reader experiences are requested and the article will be updated weekly.
2001-07-26
6,887 reads
2001-07-23
3,192 reads
Ever had to calculate the number of business days between two dates? This article presents a way to solve this problem in T-SQL.
2001-07-18
13,008 reads
Steve Jones's review of a great guide for tuning the Windows 2000 OS.
2001-07-18
3,540 reads
This book discusses some of the issues that exist today in software. A good read for anyone developing software.
2001-07-11
2,945 reads
2001-07-09
3,593 reads
Looking to advance your career? Trying to get started as a DBA? Some advice from a DBA with ten years working with SQL Server
2001-07-06
9,114 reads
Steve Jones's review of this classic and reference. A must-have for every SQL Server DBA.
2001-07-04
5,410 reads
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...
By Steve Jones
It was neat to stumble on this in the book, a piece by me,...
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