2017-01-23
1,299 reads
2017-01-23
1,299 reads
2017-01-18
1,227 reads
2017-01-11
1,396 reads
This article is a case study and an attempt to explain an interesting phenomenon with data anomalies that is commonly called Simpson's Paradox.
2017-01-10
3,697 reads
2017-01-09
1,772 reads
2017-01-03
1,362 reads
This article shows a few techniques that help in capturing deleted records.
2016-12-19
14,592 reads
2016-12-15
1,348 reads
2016-12-06
1,136 reads
2016-11-24
1,274 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