A Backup Change
Steve Jones talks about backup of data today and the challenges of managing this at scale.
2017-09-13
47 reads
Steve Jones talks about backup of data today and the challenges of managing this at scale.
2017-09-13
47 reads
A look back at the random nature of finding information in libraries and bookstores. A feeling Steve Jones misses.
2017-09-12
61 reads
2017-09-11
71 reads
You are given an export of a NoSQL database, in JSON, and asked to import it into a relational database. Sounds easy? It isn't and Phil Factor explain why.
2017-09-11
210 reads
Equipment can matter for IT professionals. Read a few thoughts from Andy Warren.
2017-09-07
63 reads
2017-09-06
258 reads
2017-09-05
303 reads
2017-09-04
44 reads
A successful launch, and recovery, of SQL Server running below a balloon.
2017-09-04
75 reads
Today Steve Jones looks at possible ways to improve log shipping and asks for your input as well.
2017-09-01
69 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