The Traveling Data Professional
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
75 reads
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
75 reads
Today Steve Jones discusses data loss, always a scary topic for the data professional.
2017-06-22
89 reads
The decision to change platforms isn't one Steve Jones takes lightly.
2017-06-20
74 reads
DevOps can help, not just development, but also infrastructure, if you spend time adapting the practices to your environment.
2017-06-19
37 reads
2017-06-19
185 reads
This Friday Steve Jones talks about job posting and descriptions. This is the chance to think about what you do and how you might describe this to your replacement.
2017-06-16
98 reads
The Internet of Things is coming, and bringing lots of data, but security needs to be included as well.
2017-06-15
46 reads
2017-06-14
327 reads
2017-06-13
65 reads
Phil Factor on the perils of trying to squeeze good insights out of bad surveys.
2017-06-12
58 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...
My wife apparently ask her phone a question and below is what she sent...
Comments posted to this topic are about the item I Love Editorials
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers