2016-06-10
95 reads
2016-06-10
95 reads
2016-06-09
69 reads
2016-06-07
108 reads
Microsoft has released the first version of a new sample database for SQL Server.
2016-06-06
625 reads
2016-06-06
121 reads
Today Steve Jones talks about the risk inherent in any project, and how we should be aware of our mistakes, learn from them, and sometimes just give up when we've made too many.
2016-06-03 (first published: 2012-02-22)
225 reads
2016-06-02
86 reads
2016-06-01
115 reads
The overloading of terms creates confusion, which means that communication is more difficult.
2016-05-31
84 reads
A great developer is worth more than an average one, but how much more? Steve Jones has a few thoughts for you to think about.
2016-05-30 (first published: 2012-03-12)
582 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...
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,...
Comments posted to this topic are about the item Configuring the On-Premises Data Gateway:...
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers