2017-07-31
62 reads
2017-07-31
62 reads
This week Troy Hunt provides updated password guidelines, but Steve Jones notes many of us are in the middle, both managing and dealing with passwords.
2017-07-31
104 reads
Steve Jones travels back to one of the largest free events in the country, SQL Saturday Baton Rouge.
2017-07-28
38 reads
Today we start a new puzzle series, with a crossword puzzle from MVP Kenneth Fisher.
2017-07-26
928 reads
2017-07-25
58 reads
The future of the DBA might include lots of asset tracking and financial meetings.
2017-07-24
96 reads
2017-07-21
117 reads
2017-07-20
3,507 reads
2017-07-18
99 reads
Today Steve Jones talks about the short cuts that developers might take, many of which aren't necessarily helpful.
2017-07-17
94 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