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
128 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
128 reads
2026-03-30
147 reads
2026-02-25
107 reads
As Steve uses AI more, it seems determinism isn't something you get out of many LLMs.
2026-02-23
121 reads
GenAI technology is going to change coding, but there is still a lot of work available for humans.
2026-01-26
105 reads
2026-01-21
101 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
178 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
372 reads
Getting something done is important, but so is the quality level. Steve has a few thoughts today.
2025-11-26
103 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
126 reads
Fabric deployment pipelines look like they solve CI/CD for Fabric content, especially for people...
By Steve Jones
We aren’t the only company that does this, but Redgate Software does try to...
By James Serra
Microsoft Fabric makes it wonderfully easy to put many analytics workloads on one platform....
Thanks in advance, I'm trying to avoid using IIF for performance reasons, but the...
Security has long been a problem for me. Every time I think I understand...
Comments posted to this topic are about the item BIT_COUNT() V
What does this return on SQL Server 2025?
select bit_count(null)See possible answers