Worse Before Better
We need to approach software development with a balance of making things better, and ensuring they work.
2021-12-08
225 reads
We need to approach software development with a balance of making things better, and ensuring they work.
2021-12-08
225 reads
2021-12-06
330 reads
The Advent of Code is live, and Steve finds it to be a fun way to take a break during your day.
2021-12-04
295 reads
While relational developers and administrators might always want to use a database, that might not be the case for those that analyze data. Steve suggests you help them see the value of a database platform.
2021-12-03
497 reads
Lessons learned from building a database caught Steve's eye, and he has a few comments.
2021-12-01
619 reads
2021-11-29
200 reads
I'm writing this the day after the US holiday of Thanksgiving. Lots of things are said about Thanksgiving, positive, negative, in between. The core concept of the holiday is to take a moment to take stock of what you have. It's a good idea. Every so often, look around and acknowledge, depending on anyone's situation, […]
2021-11-27
107 reads
2021-11-26
197 reads
2021-11-24
261 reads
Building software is hard, and our systems are very complex these days.
2021-11-22
375 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers