2016-03-17
115 reads
2016-03-17
115 reads
Is it worth automating things? Many people say yes, but Steve Jones says it isn't just about time saved.
2016-03-16
140 reads
There was an announcement last week that SQL Server can run on Linux. And it's coming next year.
2016-03-15
334 reads
2016-03-14
99 reads
2016-03-11
124 reads
Steve Jones discusses the idea of building software better, and why that's a challenge for many of us.
2016-03-10
103 reads
Slack has become a popular phenomenon in the technical world, especially for software developers. Should we join in?
2016-03-09
218 reads
In a couple of days, Microsoft is holding Data Driven, an event that will highlight SQL Server 2016.
2016-03-08
99 reads
2016-03-07
265 reads
SMO gives every appearance of being a great example of over-reliance on automated testing at the expense of manual exploratory testing.
2016-03-07
57 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