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 71d2ead

Browse files
BrentOzarULTD#1281 sp_Blitz changing Query Store alert priority
Changing from 10 to 200. Closes BrentOzarULTD#1281.
1 parent 03b55d4 commit 71d2ead

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Documentation/sp_Blitz Checks by Priority.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ If you want to change anything about a check - the priority, finding, URL, or ID
3636
| 10 | Performance | High Memory Use for In-Memory OLTP (Hekaton) | https://www.BrentOzar.com/go/hekaton | 145 |
3737
| 10 | Performance | Memory Nodes Offline | https://www.BrentOzar.com/go/schedulers | 110 |
3838
| 10 | Performance | Plan Cache Erased Recently | https://www.BrentOzar.com/askbrent/plan-cache-erased-recently/ | 125 |
39-
| 10 | Performance | Query Store Disabled | https://www.BrentOzar.com/go/querystore | 163 |
4039
| 20 | Reliability | Dangerous Build of SQL Server (Corruption) | http://sqlperformance.com/2014/06/sql-indexes/hotfix-sql-2012-rebuilds | 129 |
4140
| 20 | Reliability | Dangerous Build of SQL Server (Security) | https://technet.microsoft.com/en-us/library/security/MS14-044 | 157 |
4241
| 20 | Reliability | Databases in Unusual States | https://www.BrentOzar.com/go/repair | 102 |
@@ -225,10 +224,11 @@ If you want to change anything about a check - the priority, finding, URL, or ID
225224
| 200 | Performance | Buffer Pool Extensions Enabled | https://www.BrentOzar.com/go/bpe | 174 |
226225
| 200 | Performance | Default Parallelism Settings | https://www.BrentOzar.com/go/cxpacket | 188 |
227226
| 200 | Performance | In-Memory OLTP (Hekaton) In Use | https://www.BrentOzar.com/go/hekaton | 146 |
227+
| 200 | Performance | Non-Dynamic Memory | https://www.BrentOzar.com/go/memory | 190 |
228228
| 200 | Performance | Old Compatibility Level | https://www.BrentOzar.com/go/compatlevel | 62 |
229+
| 200 | Performance | Query Store Disabled | https://www.BrentOzar.com/go/querystore | 163 |
229230
| 200 | Performance | Snapshot Backups Occurring | https://www.BrentOzar.com/go/snaps | 178 |
230231
| 200 | Performance | User-Created Statistics In Place | https://www.BrentOzar.com/go/userstats | 122 |
231-
| 200 | Performance | Non-Dynamic Memory | https://www.BrentOzar.com/go/memory | 190 |
232232
| 200 | Reliability | Extended Stored Procedures in Master | https://www.BrentOzar.com/go/clr | 105 |
233233
| 200 | Surface Area | Endpoints Configured | https://www.BrentOzar.com/go/endpoints/ | 9 |
234234
| 210 | Non-Default Database Config | ANSI NULL Default Enabled | https://www.BrentOzar.com/go/dbdefaults | 135 |

‎sp_Blitz.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4899,7 +4899,7 @@ IF @ProductVersionMajor >= 10
48994899
Details)
49004900
SELECT TOP 1 163,
49014901
''?'',
4902-
10,
4902+
200,
49034903
''Performance'',
49044904
''Query Store Disabled'',
49054905
''https://BrentOzar.com/go/querystore'',

0 commit comments

Comments
(0)

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