The Importance of Clear Data Displays
An accident on a ship is being blamed on unclear data visualization.
2017-11-06
64 reads
An accident on a ship is being blamed on unclear data visualization.
2017-11-06
64 reads
2017-11-01
83 reads
2017-10-31
65 reads
There are important things in life and in our career, how far are you willing to go to get them?
2017-10-30
109 reads
I find it extremely easy to sometimes lose sight of the important stuff. The day-to-day grind can seriously get in the way. I think this is a big part of how we find ourselves having so many silly intra-organizational turf wars. The developers don’t like how the DBAs do things. The DBAs are frustrated with […]
2017-10-30
70 reads
This week Steve Jones talked about physical hardware, asking who might still pay attention.
2017-10-27
191 reads
Unstructured data can be misleading. Steve Jones has a few thoughts today on how he sees this term.
2017-10-26
79 reads
2017-10-25
366 reads
The idea of working on just projects is tailor made for a data professional. Or is it?
2023-11-13 (first published: 2017-10-24)
199 reads
2017-10-23
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...
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