Skip to content

Commit

Permalink
Update TempDB_Sizing_Check_and_Remediation.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
EitanBlumin committed May 8, 2024
1 parent b0dd387 commit f257d8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TempDB/TempDB_Sizing_Check_and_Remediation.sql
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ AND
OR current_growth_MB <> @FileGrowthMB
OR current_size_MB <> InitSizeMBPerFile
OR current_maxsize_MB <> MaxSizeMBPerFile
OR @ForceShrink = 1
)

-- If SQL version lower than 2016:
Expand Down

0 comments on commit f257d8a

Please sign in to comment.