Designing for the Public
The way that governments build software and work with data must change if we want to be more efficient.
2016-08-18
56 reads
The way that governments build software and work with data must change if we want to be more efficient.
2016-08-18
56 reads
2016-08-16
115 reads
Phil Factor explains why data detached from its temporal context often loses all meaning.
2016-08-15
81 reads
2016-08-15
81 reads
Today we have a guest editorial from Andy Warren as Steve is on vacation. Andy talks about a trip to Microsoft for the SQL Server 2016 launch.
2016-08-12
139 reads
A story I heard a long time ago reminds us to choose what is really important.
2016-08-11
110 reads
The potential vulnerabilities of wireless devices might be a security issue for databases.
2016-08-10
98 reads
When do you have too much data? What do you do if you aren't actually using all of it?
2016-08-09
78 reads
The complexity of tables makes modifying them over time a challenge, especially as data sizes grow.
2016-08-08
58 reads
This week Steve Jones looks at a new idea, rating the security of products publicly to try and shame vendors into more secure coding.
2016-08-08
86 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