Barely Reviewed Code
Code reviews can be challenging in many places, and with AI, could be even more of an issue in the future.
2026-04-08
141 reads
Code reviews can be challenging in many places, and with AI, could be even more of an issue in the future.
2026-04-08
141 reads
2026-03-30
158 reads
2026-02-25
119 reads
As Steve uses AI more, it seems determinism isn't something you get out of many LLMs.
2026-02-23
131 reads
GenAI technology is going to change coding, but there is still a lot of work available for humans.
2026-01-26
112 reads
2026-01-21
104 reads
When I was at the Small Data 2025 conference, one of the speakers was talking about their work with AI technologies. This person uses it a lot in their day job, often to complete tasks that they would have struggled to work on in the past, mostly because of time constraints, but also a lack […]
2026-01-16
187 reads
Refactoring code is a common task in many software development teams. Steve asks if this is something common for database developers as well.
2025-12-12
395 reads
Getting something done is important, but so is the quality level. Steve has a few thoughts today.
2025-11-26
106 reads
Adopting a modern development approach brings with it the need to manage PRs, which Steve thinks can be like trouble tickets.
2025-10-01
128 reads
One of my favourite features of SQL Server 2022 was the T-SQL Snapshot Backups....
By Steve Jones
I have said and written this many times: Redgate Software is the type of...
By SQLPals
How to Check TDE Progress and Elapsed Time in SQL Server ...
Comments posted to this topic are about the item Squared Values
Comments posted to this topic are about the item I Don't Want To Do...
Comments posted to this topic are about the item Managing Feature Flags with GET_BIT()...
What happens when I run this code in SQL Server 2022?
SELECT SQUARE('12') See possible answers