Skip to content

Commit 6128ae7

Browse files
authored
Merge pull request #913 from BrentOzarULTD/sp_BlitzBackups_909
Wording
2 parents 5ecfc47 + 9636d5b commit 6128ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzBackups.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ IF @ProductVersionMajor >= 12
10731073
100 AS [Priority],
10741074
b.database_name AS [Database Name],
10751075
''Uncompressed backups'' AS [Finding],
1076-
''The database '' + QUOTENAME(b.database_name) + '' has had '' + CONVERT(VARCHAR(10), COUNT(*)) + '' uncompressed backups in the last 30 days. This is a free way to save time and space. And SPACETIME.'' AS [Warning]
1076+
''The database '' + QUOTENAME(b.database_name) + '' has had '' + CONVERT(VARCHAR(10), COUNT(*)) + '' uncompressed backups in the last 30 days. This is a free way to save time and space. And SPACETIME if your version of SQL supports it.'' AS [Warning]
10771077
FROM ' + QUOTENAME(@MSDBName) + '.dbo.backupset AS b
10781078
WHERE backup_size = compressed_backup_size AND type = ''D''
10791079
AND b.backup_finish_date >= DATEADD(DAY, -30, SYSDATETIME())

0 commit comments

Comments
 (0)