PowerShell Tool Time: Building Help
Learn how you can customize the help for your library of scripts in this edition of PowerShell Tool Time.
2018-09-28 (first published: 2016-01-06)
3,933 reads
Learn how you can customize the help for your library of scripts in this edition of PowerShell Tool Time.
2018-09-28 (first published: 2016-01-06)
3,933 reads
The next installment of the Powershell Tool Time series shows you how to manage backup files by
2018-01-01 (first published: 2015-09-16)
4,794 reads
Learn how to begin assembling your functions and code into modules you can easily call from any session.
2017-09-01 (first published: 2015-10-28)
7,530 reads
Start learning Powershell (PoSh) for SQL Server and improve your ability to write utilities that will make your job easier.
2017-07-07 (first published: 2015-08-19)
9,251 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