What's the Cost of an Hour?
Outages can be expensive, and today Steve asks if you know just how expensive they are for your organization.
2020-03-20
119 reads
Outages can be expensive, and today Steve asks if you know just how expensive they are for your organization.
2020-03-20
119 reads
Data loss shouldn't come from simple misconfiguration. As Steve notes, if no hacking is involved, you shouldn't lose data.
2020-03-19
96 reads
Steve thinks that learning more about the SQL language is always a good career investment.
2020-03-18
350 reads
Steve thinks version control is a fundamental and critical part of working in technology.
2020-03-17
204 reads
Working from home can be hard and Steve has a few ideas that might help you transition during these challenging times.
2020-03-16
247 reads
A new security flaw in Intel SGX is found by researchers. This may or may not be a problem, but you should be aware.
2020-03-14
118 reads
Microsoft is retiring some certifications and offering others. Steve has a few thoughts on this.
2020-03-13
260 reads
Steve Jones highlights the importance he sees for data professionals in the containerization of software.
2020-03-11
290 reads
2020-03-10
333 reads
With progress thwarted by a committee of panjandrums, will T-SQL forever remain in the doldrums? So wonders Phil Factor.
2020-03-09 (first published: 2017-07-10)
459 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