Spousal Surcharges
Today we have a guest editorial from Andy Warren that examines the costs of family at work.
2016-03-04
165 reads
Today we have a guest editorial from Andy Warren that examines the costs of family at work.
2016-03-04
165 reads
Just because we can view the source code for software doesn't mean it is more secure.
2016-03-03
92 reads
Microsoft has changed their engineering to do amazing things in the cloud, especially with SQL Server. We could all learn from this.
2016-03-01
256 reads
IDEs are wonderful, but tend to lull you out of the good habits of thinking up front about how the code you write will be monitored and tested. So argues Phil Factor.
2016-02-29
79 reads
How we implement algorithms can change the way the world works with our software. Steve Jones wonders if we should be disclosing the algorithms themselves.
2016-02-29
155 reads
2016-02-26
136 reads
2016-02-25
155 reads
2016-02-23
142 reads
2016-02-22
119 reads
2016-02-22
336 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