Cool Projects
This week Steve Jones wants to know what type of really interesting projects you are working on. Is there something you really enjoy and look forward to building?
2017-07-14 (first published: 2013-08-23)
249 reads
This week Steve Jones wants to know what type of really interesting projects you are working on. Is there something you really enjoy and look forward to building?
2017-07-14 (first published: 2013-08-23)
249 reads
Team building isn't easy, but important for people to work together well.
2017-07-11
60 reads
What makes SQL Server professionals stick together? Can we draw any conclusions from this?
2017-07-10
133 reads
2017-07-07
212 reads
2017-07-06
59 reads
A holiday in the US has Steve Jones thinking about compromise and communication.
2017-07-04
47 reads
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
40 reads
2017-07-03
92 reads
Steve Jones saw a database design test for developers, but he's never been given one.
2017-06-30
253 reads
This week Steve Jones wonders what you might do if you discovered data corruption.
2017-06-29
59 reads
By Brian Kelley
In the United States, today is Thanksgiving. The intent behind the holiday is to...
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...
Hello all, I have a linked server created on an instance which only has...
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
In Azure SQL Database and SQL Server 2025, if I run this, what is returned?
SELECT '[' + SUBSTRING('Steve Jones', 7) + ']' See possible answers