2017-06-28
101 reads
2017-06-28
101 reads
The ability to protect, and perhaps handle, sensitive data separately from other data is becoming more important. Steve Jones discusses the process and asks if it's something you perform on a regular basis.
2017-06-27
63 reads
If you have ideas for how to improve replication, Steve Jones is asking for them.
2017-06-26
135 reads
Phil Factor reflects on the occasional benefits of document loss, whether accidental or less so.
2017-06-26
64 reads
This week Steve Jones talks about the need to get away and asks if you have plans.
2017-06-23
75 reads
Today Steve Jones discusses data loss, always a scary topic for the data professional.
2017-06-22
90 reads
The decision to change platforms isn't one Steve Jones takes lightly.
2017-06-20
74 reads
DevOps can help, not just development, but also infrastructure, if you spend time adapting the practices to your environment.
2017-06-19
37 reads
2017-06-19
189 reads
This Friday Steve Jones talks about job posting and descriptions. This is the chance to think about what you do and how you might describe this to your replacement.
2017-06-16
98 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...
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