The Development Lab
This week Steve Jones looks at hardware and the ways in which you might assemble a set of computers for building software.
2017-01-16
52 reads
This week Steve Jones looks at hardware and the ways in which you might assemble a set of computers for building software.
2017-01-16
52 reads
Making simple mistakes in queries can have far reaching consequences.
2017-01-16
165 reads
We need better security for our data, especially for our choices in managing data.
2017-01-12
82 reads
2017-01-11
160 reads
Today, Steve Jones looks at the popularity of SQL Server, which was named DBMS of 2017.
2017-01-10
135 reads
SQLServerCentral is getting an upgrade, and Steve Jones has a few words.
2017-01-09
136 reads
It is foolish to insist on reading only up-to-date books on technology. Nothing beats getting the broad perspective.
2017-01-09
78 reads
2017-01-06
83 reads
2017-01-05
79 reads
Numbers are both very useful and also susceptible to all sorts of attacks when their domain is limited. Steve Jones looks at some issues occurring in today's world.
2017-01-04
97 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...
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
Comments posted to this topic are about the item Done is Better than Good,...
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers