2020-04-16
125 reads
2020-04-16
125 reads
Fingerprints provide some security, but a research suggests not necessarily much. Steve has a few thoughts.
2020-04-15
81 reads
Running software teams isn't as easy as it may seem, and the way you manage a startup is different than a mature organization. Steve has a few comments on the process one angel investor implements.
2020-04-14
107 reads
2020-04-13
179 reads
2020-04-11
130 reads
2020-04-10
169 reads
Sometimes it is hard to admit that you are not the best person for the job that is presented to you.
2020-04-09
113 reads
You have more time to earn that MCSA, MCSE, or MCSD, thanks to Microsoft and the pandemic.
2020-04-08
184 reads
2020-04-07
206 reads
In this time of crisis, it's up to each of us to make a difference in some way.
2020-04-06
201 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