Skip to content

Commit 94abb63

Browse files
committed
One more
Push
1 parent e35c48c commit 94abb63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sp_BlitzCache.sql

+2-2
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)