New Mobile Attack Vectors
With many mobile phones containing malware, Steve Jones notes this could be a problem for data professionals.
2016-07-11
56 reads
With many mobile phones containing malware, Steve Jones notes this could be a problem for data professionals.
2016-07-11
56 reads
A brief editorial on future database engines having built in intelligence.
2016-07-08
183 reads
There are times when you don't want to get exact mathematical calculations in data processing, and Steve Jones talks about one of them today.
2016-07-07
116 reads
Not more hacking, but rather a data error in some cars is disturbing to Steve Jones.
2016-07-05
129 reads
2016-07-04
84 reads
Today we have a guest editorial as Steve is away on vacation. You often hear about how important it is to network. This is a story of how my network helped me get a new job.
2016-07-01
94 reads
Knowing what is happening on your systems, and being told when a system is not behaving normally is very important for administrators. Steve Jones has a few thoughts on monitoring today.
2016-06-30
260 reads
One of the things that can be an issue in database design is the data used to identify a user.
2016-06-29
116 reads
Data science is hot now, but work is being done to use the power of software to handle some of the grunt work with data analysis problems.
2016-06-28
97 reads
Are DevOps and security diametrically opposed? An interesting pieces says no, and Steve Jones comments.
2016-06-27
79 reads
By Vinay Thakur
Google has contributed a lot of stuff/enhancement on its portfolio, google is no longer...
Next up in my series talking about The Burrito Bot is diving into the...
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
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