2020-08-12
258 reads
2020-08-12
258 reads
Unsecured databases are a problem, but someone is fighting this issue by wiping them out.
2020-08-11
189 reads
A ransomware attack takes down Garmin, not just the company, but also Steve's data. He has a few thoughts about what this might mean for our data.
2020-08-10
161 reads
For those of you who haven’t heard of it, MVP stands for Most Valuable Professional. Microsoft gives this award to people in the community – not employees – who help teach the community at large about their products. The award can be given in one or more of the categories such as Data Platform, AI, […]
2020-08-08
212 reads
Steve talks about working from home and finding ways to manage your work life balance.
2020-08-07
140 reads
2020-08-06
225 reads
Having a coach guide you in sports is valuable. The same could be said for your career.
2020-08-05
81 reads
2020-08-04
109 reads
2020-08-03
132 reads
2020-08-01
112 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