You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Development/ReleaseProcess.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Well, useful is probably the wrong word. More like entertaining. Here we go.
24
24
* Run _TestBed.sql: this has stored proc calls with common parameters. May have to add in new scenarios if new features are added.
25
25
* 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.
26
26
* sp_foreachdb @Version and @VersionDate
27
+
* sp_ineachdb @Version and @VersionDate
27
28
* sp_BlitzWho @Version and @VersionDate
28
29
* sp_BlitzIndex @Version and @VersionDate
29
30
* sp_BlitzFirst @Version and @VersionDate
@@ -63,3 +64,9 @@ When you have questions about how the tools work, talk with the community in the
63
64
When you find a bug or want something changed, read the <ahref="https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/blob/master/CONTRIBUTING.md"target="_blank"rel="noopener">contributing.md</a> file.
64
65
65
66
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 <ahref="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.
67
+
68
+
<strong>You can <ahref="https://www.brentozar.com/first-aid/">download the updated FirstResponderKit.zip here</a>.</strong>
69
+
70
+
## Update the Collector
71
+
Because you're a spaz and you always forget to do it.
Copy file name to clipboardExpand all lines: Documentation/sp_Blitz Checks by Priority.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
6
6
7
7
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.
Copy file name to clipboardExpand all lines: Documentation/sp_BlitzFirst Checks by Priority.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
6
6
7
7
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.
0 commit comments