Why Don't You Unit Test Code?
This Friday Steve Jones wants to know what you think of testing code and why you don't do it.
2017-10-06
67 reads
This Friday Steve Jones wants to know what you think of testing code and why you don't do it.
2017-10-06
67 reads
Steve Jones talks about learning, teaching, and the need to not waste anyone's time.
2017-10-05
64 reads
Steve Jones notes that we often solve problems better the second time around.
2017-10-04
70 reads
2017-10-03
159 reads
2017-10-02
91 reads
Even the most elaborate team-based development methodology won't compensate for the blinkered attitudes and tribal cultures that come from over-specialization in IT.
2017-10-02
65 reads
2017-09-29
59 reads
2017-09-28
81 reads
2017-09-27
206 reads
2023-05-17 (first published: 2017-09-26)
257 reads
By Steve Jones
I’m starting a long trip at Boston this weekend. I’ll be there Saturday speaking,...
As a data & AI strategist who’s seen countless projects succeed and fail, I...
By SQLPals
Set Theory vs. Batch Mode in SQL Server Not long ago,...
Comments posted to this topic are about the item Changing the Recovery Time
Comments posted to this topic are about the item Getting More Time from AI
Comments posted to this topic are about the item When Page Prefetching Takes a...
I want to change the recovery time for a database running on SQL Server 2022. What are my options for setting the value in my ALTER DATABASE statement. If I run this code, what can I use in place of the xxx to define what 12 means?
ALTER DATABASE Finance SET TARGET_RECOVERY_TIME = 12 xxx;See possible answers