Skip to content

Commit

Permalink
Update Collect Database Files Information.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyGlantser committed May 28, 2024
1 parent 6c66209 commit 53a689d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: Display information about database files for all databases
Scope: Instance
Author: Guy Glantser
Created: 10/09/2020
Last Updated: 11/05/2024
Last Updated: 29/05/2024
Notes: Use this information to plan a maintenance plan for managing the size of the databases in the instance

=========================================================================================================================*/
Expand Down Expand Up @@ -312,7 +312,7 @@ SELECT
IsReadOnly ,
NumberOfAutoGrowthEvents ,
TimeSpan_Hours ,
LastAutoGrowthEvent
LastAutoGrowthEvent ,
AverageNumberOfHoursBetweenEvents ,
AverageEventDuration_MS ,
AverageFileGrowthSize_MB
Expand Down

0 comments on commit 53a689d

Please sign in to comment.