Skip to content

Commit

Permalink
initial checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
williamadba committed Nov 20, 2017
1 parent 1d4e734 commit 0dc0997
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions indirect checkpoints enable.sql
@@ -0,0 +1,5 @@
--For SQL 2016+ and above, where 60 (indirect checkpoints) is now the default
use master
go
select 'ALTER DATABASE ['+d.name+'] SET TARGET_RECOVERY_TIME = 60 SECONDS WITH NO_WAIT' from sys.databases d where target_recovery_time_in_seconds = 0

0 comments on commit 0dc0997

Please sign in to comment.