Skip to content

Commit a48bb3f

Browse files
authored
Merge pull request BrentOzarULTD#1333 from BrentOzarULTD/Issue_1331
One more
2 parents bb00c5d + 94abb63 commit a48bb3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sp_BlitzCache.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5027,7 +5027,7 @@ BEGIN
50275027
100,
50285028
'Potentially bad cardinality estimates',
50295029
'Estimated rows are different from average rows by a factor of 10000',
5030-
'No URL yet',
5030+
'https://www.brentozar.com/blitzcache/bad-estimates/',
50315031
'This may indicate a performance problem if mismatches occur regularly') ;
50325032

50335033
IF EXISTS (SELECT 1/0
@@ -5053,7 +5053,7 @@ BEGIN
50535053
200,
50545054
'Database Level Statistics',
50555055
'The database ' + sa.[Database] + ' last had a stats update on ' + CONVERT(NVARCHAR(10), CONVERT(DATE, MAX(sa.LastUpdate))) + ' and has ' + CONVERT(NVARCHAR(10), AVG(sa.ModificationCount)) + ' modifications on average.' AS [Finding],
5056-
'' AS URL,
5056+
'https://www.brentozar.com/blitzcache/stale-statistics/' AS URL,
50575057
'Consider updating statistics more frequently,' AS [Details]
50585058
FROM #stats_agg AS sa
50595059
GROUP BY sa.[Database]

0 commit comments

Comments
 (0)