Skip to content

Commit

Permalink
updated sqlmaintennce script to have 60 days
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen Angali authored and Naveen Angali committed Jan 16, 2024
1 parent f17222a commit 2fb6bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/sqlmaintenance.sql
Original file line number Diff line number Diff line change
Expand Up @@ -490,5 +490,5 @@ end
print 'Create or Alter Stored Procedure Done'

--Execute sproc to prune logs
EXEC [logging].[pPurgeLoggingMessages] 30
EXEC [logging].[pPurgeLoggingMessages] 60

0 comments on commit 2fb6bfd

Please sign in to comment.