We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0bda6 commit e3ce691Copy full SHA for e3ce691
sp_BlitzCache.sql
@@ -2435,7 +2435,7 @@ BEGIN
2435
'Performance',
2436
'Long Running Queries',
2437
'http://brentozar.com/blitzcache/long-running-queries/',
2438
- 'Long running queries have beend found. These are queries with an average duration longer than '
+ 'Long running queries have been found. These are queries with an average duration longer than '
2439
+ CAST(@long_running_query_warning_seconds / 1000 / 1000 AS VARCHAR(5))
2440
+ ' second(s). These queries should be investigated for additional tuning options') ;
2441
0 commit comments