The New Software Team
Software teams are changing with AI and this might be an exciting time for developers if they take advantage of the capabilities available.
2026-05-22
97 reads
Software teams are changing with AI and this might be an exciting time for developers if they take advantage of the capabilities available.
2026-05-22
97 reads
Steve asks you what you think AI can do for you today, with a few suggestions of what he sees.
2026-05-18
108 reads
2026-04-29
163 reads
2026-04-17
108 reads
It can be irresponsible to use AI, but is it in many cases? Steve has a few thoughts.
2026-04-15
104 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
116 reads
2026-03-30
138 reads
2026-02-25
96 reads
As Steve uses AI more, it seems determinism isn't something you get out of many LLMs.
2026-02-23
118 reads
GenAI technology is going to change coding, but there is still a lot of work available for humans.
2026-01-26
98 reads
By Steve Jones
I wrote about learning today for the editorial: I Can’t Make You Learn. I...
By ReviewMyDB
Fabric has CI/CD built in, but if you've tried to use it for database...
By Steve Jones
attriage – n. the state of having lost all control over how you feel...
Comments posted to this topic are about the item Forward Deployed Engineers
Comments posted to this topic are about the item TRY_PARSE vs TRY_CONVERT in SQL...
Comments posted to this topic are about the item DBCC CHECKDB Limits II
I have a SQL Server 2025 database that I want to check for corruption every night. One of the things we do is disable indexes used for ETL loads during the weekend and re-enable them on Monday morning. If we run DBCC over the weekend, are our disabled indexes checked for consistency?
See possible answers