Looking Back at Software Development Trends
Steve looks at some of the software development trends from last year, and if they apply today.
2020-08-24
188 reads
Steve looks at some of the software development trends from last year, and if they apply today.
2020-08-24
188 reads
One of the finest songs of the sixties had the following lines … "Sitting one day by myself, And I'm thinking, "What could be wrong?" When this funny little Hedgehog comes running up to me, And it starts up to sing me this song. Oh, you know all the words, and you sung all the […]
2020-08-22
366 reads
Today Steve asks about the people that might be critical in your organization.
2020-08-21
156 reads
The challenges of large scale administration can be complex, but the more we share, the more we help others learn and better manage systems.
2020-08-20
82 reads
2020-08-19
114 reads
2020-08-18
112 reads
2020-08-17
119 reads
2020-08-15
66 reads
2020-08-14 (first published: 2016-04-28)
199 reads
2020-08-13 (first published: 2016-04-18)
512 reads
By Steve Jones
I was testing the new SSMS (v22 Preview 3) with Copilot and ran into...
By Kevin3NF
Don’t Let Trouble Sneak Up on You Most SQL Servers run quietly. Until...
By Steve Jones
I had a conversation with a customer asking this question: how can I tell...
Comments posted to this topic are about the item Create an HTML Report on...
Comments posted to this topic are about the item Building a RESTful API with...
Comments posted to this topic are about the item The Journey to PostgreSQL (or...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers