Securing the Things
The Internet of Things is coming, and bringing lots of data, but security needs to be included as well.
2017-06-15
46 reads
The Internet of Things is coming, and bringing lots of data, but security needs to be included as well.
2017-06-15
46 reads
2017-06-14
1,372 reads
2017-06-13
65 reads
Am I guilty of over-customising software? Read this and let us know what you think.
2017-06-12
102 reads
Phil Factor on the perils of trying to squeeze good insights out of bad surveys.
2017-06-12
59 reads
SQL Server is becoming more capable all the time, requiring fewer human resources for basic management.
2017-06-08
84 reads
2017-06-06
95 reads
2017-06-05
76 reads
I don’t doubt for a minute that on a certain level you’re sick to death of people talking about the Wanna Cry ransomware. However, bear with me, we need to go through it just a little more because it actually has some bearing on us as data professionals. OK, more than some bearing, it’s a […]
2017-06-05
183 reads
Today Steve Jones talks presentations, specifically the best way to share information on a projector.
2017-06-02
167 reads
SQL Server 2025 RTM is here, and if you’re running Docker on macOS, you...
By Steve Jones
It’s Monday. I’ve been home since Fri night, but with a busy weekend, I’m...
By Brian Kelley
I mentioned this in my talk on Quantum Computing at the PASS Data Community...
Hello all, I have a linked server created on an instance which only has...
Hi, I want to find all the tables name under a database where tables...
Comments posted to this topic are about the item The Ending Substring
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers