Appreciating New Perspectives
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
73 reads
Today Steve Jones talks about understanding and having empathy for other points of view.
2017-08-31
73 reads
Today Steve Jones has a few thoughts on the complexity and cumbersome nature of database development.
2017-08-30
96 reads
If mistakes are made, employees can be held financially responsible by some companies. Do we need to worry about this in our industry?
2023-06-21 (first published: 2017-08-29)
198 reads
Are graph databases worth using? Steve Jones looks at a report that questions their value at this time.
2017-08-28
87 reads
2017-08-28
126 reads
Steve Jones asks you to look forward in your career, perhaps setting goals that move you forward.
2017-08-25
97 reads
2017-08-24
82 reads
2017-08-23
69 reads
There are times when you look back and times when you look forward in your career. Sometimes, however, we might try to push forward too fast.
2017-08-22
60 reads
2017-08-21
74 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...
Comments posted to this topic are about the item I Love Editorials
Hi everyone I have a 1000 plus line query and I am getting an...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers