Consider the Downside
Steve Jones asks software developers to consider the issues we may have with lax internal security.
2017-06-01
83 reads
Steve Jones asks software developers to consider the issues we may have with lax internal security.
2017-06-01
83 reads
Data storage is something all data professionals need to care about, and today Steve Jones talks about a research project from Microsoft.
2017-05-31
99 reads
2017-05-30
49 reads
2017-05-29
34 reads
Phil Factor argues that the database should be the primary source not only of the current data values, but also of the volatility of the data, its rate of change. Surely, then, it makes sense for the database to control the caching strategy.
2017-05-29
96 reads
The SQL Server platform is growing, but Steve Jones notes that this might not really affect our jobs.
2017-05-26
848 reads
We will start to deal with more and more types of data. Steve Jones worries about the possibility of hacking.
2017-05-25
63 reads
2017-05-24
141 reads
Today Steve Jones looks at how you might track the various items you use in the cloud.
2017-05-23
215 reads
Microsoft has changed SQL Server in response to the community. Read about some of the enhancements.
2017-05-22
75 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