2017-12-15
159 reads
2017-12-15
159 reads
2017-12-13
60 reads
2017-12-11
41 reads
2017-12-11
75 reads
2023-11-17 (first published: 2017-12-08)
425 reads
If you don't have a good reason not to, use a relational database. Always.
2017-12-07
99 reads
2017-12-06
84 reads
2023-11-15 (first published: 2017-12-05)
185 reads
After many barren years, Phil Factor is pleased to see the first signs of Spring in SSMS.
2017-12-04
84 reads
A bug in American Airlines scheduling could impact travelers, but certainly will impact their bottom line.
2017-12-04
88 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