2017-07-06
58 reads
2017-07-06
58 reads
A holiday in the US has Steve Jones thinking about compromise and communication.
2017-07-04
47 reads
2017-07-03
92 reads
This week Steve asks you to make sure you practice your restore skills periodically.
2017-07-03
40 reads
Steve Jones saw a database design test for developers, but he's never been given one.
2017-06-30
251 reads
This week Steve Jones wonders what you might do if you discovered data corruption.
2017-06-29
59 reads
2017-06-28
101 reads
The ability to protect, and perhaps handle, sensitive data separately from other data is becoming more important. Steve Jones discusses the process and asks if it's something you perform on a regular basis.
2017-06-27
63 reads
Phil Factor reflects on the occasional benefits of document loss, whether accidental or less so.
2017-06-26
60 reads
If you have ideas for how to improve replication, Steve Jones is asking for them.
2017-06-26
134 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