Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzErik committed Nov 29, 2018
2 parents 11d7aa0 + ffbd120 commit 3490efd
Show file tree
Hide file tree
Showing 23 changed files with 6,335 additions and 3,046 deletions.
7 changes: 7 additions & 0 deletions Documentation/Development/ReleaseProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
* Run _TestBed.sql: this has stored proc calls with common parameters. May have to add in new scenarios if new features are added.
* If it passes, bump all the version numbers inside the scripts and re-run the PowerShell commands so combined scripts reflect correct version and date.
* sp_foreachdb @Version and @VersionDate
* sp_ineachdb @Version and @VersionDate
* sp_BlitzWho @Version and @VersionDate
* sp_BlitzIndex @Version and @VersionDate
* sp_BlitzFirst @Version and @VersionDate
Expand Down Expand Up @@ -63,3 +64,9 @@ When you have questions about how the tools work, talk with the community in the
When you find a bug or want something changed, read the <a href="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/master/CONTRIBUTING.md" target="_blank" rel="noopener">contributing.md</a> file.

When you have a question about what the scripts found, first make sure you read the "More Details" URL for any warning you find. We put a lot of work into documentation, and we wouldn't want someone to yell at you to go read the fine manual. After that, when you've still got questions about how something works in SQL Server, post a question at <a href="http://dba.stackexchange.com" target="_blank" rel="noopener">DBA.StackExchange.com</a> and the community (that includes us!) will help. Include exact errors and any applicable screenshots, your SQL Server version number (including the build #), and the version of the tool you're working with.

<strong>You can <a href="https://www.brentozar.com/first-aid/">download the updated FirstResponderKit.zip here</a>.</strong>

## Update the Collector
Because you're a spaz and you always forget to do it.

6 changes: 4 additions & 2 deletions Documentation/sp_Blitz Checks by Priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav

If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.

CURRENT HIGH CHECKID: 220.
If you want to add a new one, start at 221.
CURRENT HIGH CHECKID: 222.
If you want to add a new one, start at 223.

| Priority | FindingsGroup | Finding | URL | CheckID |
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
Expand Down Expand Up @@ -39,6 +39,7 @@ If you want to add a new one, start at 221.
| 10 | Performance | High Memory Use for In-Memory OLTP (Hekaton) | https://www.BrentOzar.com/go/hekaton | 145 |
| 10 | Performance | Memory Nodes Offline | https://www.BrentOzar.com/go/schedulers | 110 |
| 10 | Performance | Plan Cache Erased Recently | https://www.BrentOzar.com/askbrent/plan-cache-erased-recently/ | 125 |
| 10 | Reliability | Server restarted in last 24 hours | | 221 |
| 20 | Reliability | Dangerous Build of SQL Server (Corruption) | http://sqlperformance.com/2014/06/sql-indexes/hotfix-sql-2012-rebuilds | 129 |
| 20 | Reliability | Dangerous Build of SQL Server (Security) | https://technet.microsoft.com/en-us/library/security/MS14-044 | 157 |
| 20 | Reliability | Databases in Unusual States | https://www.BrentOzar.com/go/repair | 102 |
Expand Down Expand Up @@ -275,6 +276,7 @@ If you want to add a new one, start at 221.
| 250 | Informational | SQL Server Agent is running under an NT Service account | https://www.BrentOzar.com/go/setup | 170 |
| 250 | Informational | SQL Server is running under an NT Service account | https://www.BrentOzar.com/go/setup | 169 |
| 250 | Server Info | Agent is Currently Offline | | 167 |
| 250 | Server Info | Azure Managed Instance | https://www.BrenOzar.com/go/azurevm | 222 |
| 250 | Server Info | Container | https://www.BrentOzar.com/go/virtual | 214 |
| 250 | Server Info | Default Trace Contents | https://www.BrentOzar.com/go/trace | 106 |
| 250 | Server Info | Drive Space | | 92 |
Expand Down
6 changes: 4 additions & 2 deletions Documentation/sp_BlitzFirst Checks by Priority.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav

If you want to change anything about a check - the priority, finding, URL, or ID - open a Github issue first. The relevant scripts have to be updated too.

CURRENT HIGH CHECKID: 40
If you want to add a new check, start at 41
CURRENT HIGH CHECKID: 43
If you want to add a new check, start at 44

| Priority | FindingsGroup | Finding | URL | CheckID |
|----------|---------------------------------|---------------------------------------|-------------------------------------------------|----------|
Expand Down Expand Up @@ -40,6 +40,8 @@ If you want to add a new check, start at 41
| 50 | Server Performance | Memory Grants pending | https://www.brentozar.com/blitz/memory-grants | 39 |
| 100 | In-Memory OLTP | Transactions aborted | https://BrentOzar.com/go/aborted | 32 |
| 100 | Query Problems | Suboptimal Plans/Sec High | https://BrentOzar.com/go/suboptimal | 33 |
| 100 | Query Problems | Bad Estimates | https://brentozar.com/go/skewedup | 42 |
| 100 | Query Problems | Skewed Parallelism | https://brentozar.com/go/skewedup | 43 |
| 200 | Wait Stats | (One per wait type) | https://BrentOzar.com/sql/wait-stats/#(waittype) | 6 |
| 210 | Query Stats | Plan Cache Analysis Skipped | https://BrentOzar.com/go/topqueries | 18 |
| 210 | Query Stats | Top Resource-Intensive Queries | https://BrentOzar.com/go/topqueries | 17 |
Expand Down
Loading

0 comments on commit 3490efd

Please sign in to comment.