A Beautiful Google Mind
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
122 reads
Larry Page is a very interesting person, one that is looking to change the world.
2016-06-21
122 reads
After the crash of an US Air Force database was reported, Steve Jones has some advice.
2016-06-20
114 reads
2016-06-20
75 reads
SQL Server 2016 runs faster, sometimes without you changing anything.
2016-06-17
265 reads
We might be smart in one area, but not others. That's worth remembering.
2016-06-16
123 reads
The Stretch database feature in SQL Server 2016 is fantastic, but is it too expensive?
2016-06-15
207 reads
2016-06-14
82 reads
2016-06-13
69 reads
One of the things that will be debated quite a bit in the next few years will be the penalties for data loss.
2016-06-13
118 reads
2016-06-10
95 reads
By Chris Yates
Change is not a disruption in technology; it is the rhythm. New frameworks appear,...
No Scooby-Doo story is complete without footprints leading to a hidden passage. In SQL...
By James Serra
A bunch of new features for Microsoft Fabric were announced at the Microsoft Fabric Community...
We’re running SQL Server 2019 with database compatibility level 150, and after recent tuning...
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
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