Skip to content

Commit 22170f9

Browse files
committed
Add "used" to make information clearer
1 parent 5efdcc6 commit 22170f9

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)