It's not the platform
Steve Jones doesn't think that it matters which platform you choose. It's more about the people you have.
2013-12-26
155 reads
Steve Jones doesn't think that it matters which platform you choose. It's more about the people you have.
2013-12-26
155 reads
2013-12-25
97 reads
Looking for a new DBA can be a daunting process, and a lot of work as the resumes flood in. Steve Jones talks about a better way that might work for some of you.
2013-12-24 (first published: 2009-05-11)
522 reads
The end of a year is a time for reflection, but it’s also a time for running full-pelt at the new year with some ill-thought-out predictions under ones belt. It’s with this in mind that I fire up my 100%-accurate Criswell-Brand crystal ball, and peer into next year’s world of technology.
2013-12-23
173 reads
Today Steve Jones has a poll that asks about the visualizations or infographics that you find to be most effective.
2013-12-20
144 reads
It can be a challenge for some people to get away from work. Today Steve Jones gives you some of his advice.
2013-12-19
134 reads
There can be a lot more value when pieces of data are put together than when they exist separately. Steve Jones comments on a few ways people are repackaging information in the modern world.
2013-12-18 (first published: 2009-08-12)
393 reads
Yahoo recently announced they are encrypting their traffic between data centers. Steve Jones thinks we should encrypt all traffic.
2013-12-16
408 reads
After Steve Ballmer shares some of his thoughts on his time as CEO, Steve Jones decided to give a few of his own thoughts.
2013-12-16
196 reads
2013-12-13
162 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers