2017-07-06
58 reads
2017-07-06
58 reads
A holiday in the US has Steve Jones thinking about compromise and communication.
2017-07-04
47 reads
2017-07-03
92 reads
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
40 reads
Steve Jones saw a database design test for developers, but he's never been given one.
2017-06-30
251 reads
This week Steve Jones wonders what you might do if you discovered data corruption.
2017-06-29
59 reads
2017-06-28
101 reads
The ability to protect, and perhaps handle, sensitive data separately from other data is becoming more important. Steve Jones discusses the process and asks if it's something you perform on a regular basis.
2017-06-27
63 reads
Phil Factor reflects on the occasional benefits of document loss, whether accidental or less so.
2017-06-26
63 reads
If you have ideas for how to improve replication, Steve Jones is asking for them.
2017-06-26
134 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