Skip to content

Commit 0079339

Browse files
authored
Merge pull request #3116 from andreasjordan/spBlitz_serverinfo_space
sp_Blitz - Add "used" to percentage to make information clearer
2 parents 5e18d2c + 22170f9 commit 0079339

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sp_Blitz.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8694,7 +8694,7 @@ IF @ProductVersionMajor >= 10 AND NOT EXISTS ( SELECT 1
86948694
+ '' GB free on '' + i.drive
86958695
+ '' drive '' + i.logical_volume_name
86968696
+ '' out of '' + CAST(CAST(i.total_MB/1024 AS NUMERIC(18,2)) AS VARCHAR(30))
8697-
+ '' GB total ('' + CAST(i.used_percent AS VARCHAR(30)) + ''%)'' END
8697+
+ '' GB total ('' + CAST(i.used_percent AS VARCHAR(30)) + ''% used)'' END
86988698
AS Details
86998699
FROM #driveInfo AS i;'
87008700

0 commit comments

Comments
 (0)