Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 94abb63

Browse files
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

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)

AltStyle によって変換されたページ (->オリジナル) /