2013-07-17
2,932 reads
2013-07-17
2,932 reads
2013-07-16
3,140 reads
2013-07-15
3,711 reads
2013-07-08
3,431 reads
Make your comment blocks much more useful, in a surprising number of ways
2019-10-28 (first published: 2013-07-08)
44,895 reads
2013-06-27
3,001 reads
2013-06-24
2,879 reads
2013-06-21
2,490 reads
Create a professional looking HTML table from T-SQL, not SSRS.
2015-08-31 (first published: 2013-06-20)
32,953 reads
2013-06-18
2,495 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