2016-12-05
93 reads
2016-12-05
93 reads
This week Steve Jones examines the idea of making jobs in SQL Server, first class citizens.
2016-12-02
103 reads
Learning more about your craft can translate into more earnings, but it won't be easy.
2016-12-01
107 reads
There are always people that ask workers to deceive, defraud, or mislead customers. This is true for software developers as well.
2016-11-30
98 reads
Today Steve Jones looks at the CREATE OR ALTER syntax, added in SQL Server 2016 SP1.
2016-11-29
162 reads
Today Steve Jones discusses the need to hire the people to do the tasks we need done, not the position we filled.
2016-11-28
124 reads
The issue of copyright for online scripts is a grey area. If a script is published without any form of copyright notice, most people assume that it is freely available for reuse. It's not necessarily the case.
2016-11-25 (first published: 2009-04-20)
639 reads
2016-11-24
52 reads
Today Steve Jones looks at the potential downfalls of monitoring every change without lots of filtering.
2016-11-22
97 reads
2016-11-21
165 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