2018-01-29
60 reads
2018-01-29
60 reads
2018-01-29
59 reads
2018-01-26
53 reads
2018-01-25
83 reads
2021-01-19 (first published: 2018-01-23)
336 reads
We need data to innovate more. Steve Jones reminds us this means opportunity for many of us.
2018-01-22
45 reads
Today Steve Jones gives you ideas on how to keep learning and growing your career.
2021-01-20 (first published: 2018-01-19)
294 reads
GDPR is coming and many are concerned. Steve Jones has a few thoughts today.
2018-01-18
178 reads
We may talk about our databases, but hopefully most of us know we don't own the data.
2022-05-25 (first published: 2018-01-17)
228 reads
The build v buy decision isn't the final one. We also need to decide if we'll use software as is or customize it.
2018-01-16
86 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Hi everyone I have a 1000 plus line query and I am getting an...
Comments posted to this topic are about the item Building a RESTful API with...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers