The Backlog
A backlog is important for software development, and Steve has a few thoughts on how to add things to the backlog.
2022-04-08
261 reads
A backlog is important for software development, and Steve has a few thoughts on how to add things to the backlog.
2022-04-08
261 reads
The way different generations use computers could affect how we built software tools.
2022-03-14
130 reads
Is DevOps and Agile better than waterfall? Steve has a few thoughts after a recent experience.
2022-02-07
231 reads
Every year I'm responsible for a portion of the Database Weekly newsletters. I used to do half, but right now Kathi, Grant, and I are on a rotation. Our boss puts out a schedule each year, which tells me the weeks for which I am responsible. Each January I then set up a recurring appointment […]
2022-01-17
185 reads
Writing code that solves problems and adapts to the future is a challenge, but it's something we should think about.
2022-01-12
276 reads
We need to approach software development with a balance of making things better, and ensuring they work.
2021-12-08
223 reads
Lessons learned from building a database caught Steve's eye, and he has a few comments.
2021-12-01
616 reads
Building software is hard, and our systems are very complex these days.
2021-11-22
374 reads
Using an API for data access can be good, but it can also be a performance problem if everyone uses it.
2021-11-17
866 reads
The process of building software for others involves lots of decisions. Ensuring that you are making good decisions can impact how others view your final product.
2021-09-27
190 reads
By Steve Jones
This was Redgate in 2010, spread across the globe. First the EU/US Here’s Asia...
By John
Today is Christmas and while I do not expect anybody to actual be reading...
By Bert Wagner
Until recently, my family's 90,000+ photos have been hidden away in the depths of...
Comments posted to this topic are about the item SQL Server 2025 Backup Compression...
Comments posted to this topic are about the item The Large Encoded Value
Comments posted to this topic are about the item The Side Job
I want to use the new BASE64_ENCODE() function in SQL Server 2025, but return a string that isn't large type. What is the longest varbinary string I can pass in and still get a varchar(8000) returned?
See possible answers