Separate Reads
Today Steve wonders how many software developers use separate connections for reads and writes in their application.
2024-11-13
128 reads
Today Steve wonders how many software developers use separate connections for reads and writes in their application.
2024-11-13
128 reads
Ignoring technical debt can cause no shortage of problems for companies. Today Steve has a recent example of this.
2024-10-21
159 reads
The executives at CrowdStrike testify before the US Congress, noting their software development process needs work.
2024-10-11
161 reads
How simple should software development be? Steve notes it can be simple, but not too simple.
2024-10-09
178 reads
All developers hit the problem of how and where to store and set their configuration, profile, or initial data. A long time ago, it was generally decided that simple text files containing key/values were best, stored with the application. After all, you are relying on being able to entice busy people to get the permanent settings right for their requirements, folks who are generally not interested in your elegant computer science constructs. Not only that, but the settings must be parsed very quickly and efficiently, otherwise a process that uses the tool will slow to a crawl.
2024-10-04
Stored procedures can be poorly written, but Steve prefers them over embedded code.
2024-09-20
423 reads
This article looks at how you can use event sourcing to maintain persistent and asynchronous communication between microservices.
2024-09-11
Today Steve talks about how we end up with software systems that don't appear to be well engineered.
2024-08-19
203 reads
The way we approach development can have a big impact on quality, as well as how smoothly our team works together.
2024-07-19
166 reads
Steve notes that we're always better doing things better the first time. That takes some effort.
2024-07-01
162 reads
By Steve Jones
We had an interesting discussion about deployments in databases and how you go forward...
By ChrisJenkins
You could be tolerating limited reporting because there isn’t an off the shelf solution...
A while back I wrote a quick post on setting up key mappings in...
Comments posted to this topic are about the item Lots of FKs
Comments posted to this topic are about the item Real-time On-prem SQL Server Data...
Comments posted to this topic are about the item Can You Let Go of...
In SQL Server 2025, what are the most outgoing and incoming FK references a table can have?
See possible answers