Skip to content

Commit bb9de6c

Browse files
authored
Merge pull request #2304 from BrentOzarULTD/dev
2020-02 Release
2 parents 8f1ba14 + dded7a3 commit bb9de6c

21 files changed

+668
-259
lines changed
File renamed without changes.
File renamed without changes.

Documentation/sp_Blitz Checks by Priority.md renamed to Documentation/sp_Blitz_Checks_by_Priority.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Before adding a new check, make sure to add a Github issue for it first, and hav
66

77
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.
88

9-
CURRENT HIGH CHECKID: 231.
10-
If you want to add a new one, start at 232.
9+
CURRENT HIGH CHECKID: 232.
10+
If you want to add a new one, start at 233.
1111

1212
| Priority | FindingsGroup | Finding | URL | CheckID |
1313
|----------|-----------------------------|---------------------------------------------------------|------------------------------------------------------------------------|----------|
@@ -284,6 +284,7 @@ If you want to add a new one, start at 232.
284284
| 250 | Server Info | Agent is Currently Offline | | 167 |
285285
| 250 | Server Info | Azure Managed Instance | https://www.BrenOzar.com/go/azurevm | 222 |
286286
| 250 | Server Info | Container | https://www.BrentOzar.com/go/virtual | 214 |
287+
| 250 | Server Info | Data Size | | 232 |
287288
| 250 | Server Info | Default Trace Contents | https://www.BrentOzar.com/go/trace | 106 |
288289
| 250 | Server Info | Drive Space | | 92 |
289290
| 250 | Server Info | Full-text Filter Daemon is Currently Offline | | 168 |
@@ -304,4 +305,4 @@ If you want to add a new one, start at 232.
304305
| 253 | First Responder Kit | Component Missing | http://FirstResponderKit.org | 227 |
305306
| 253 | First Responder Kit | Component Outdated | http://FirstResponderKit.org | 228 |
306307
| 254 | Rundate | (Current Date) | | 156 |
307-
| 255 | Thanks! | From Your Community Volunteers | | -1 |
308+
| 255 | Thanks! | From Your Community Volunteers | | -1 |

Install-All-Scripts.sql

Lines changed: 172 additions & 70 deletions
Large diffs are not rendered by default.

Install-Core-Blitz-No-Query-Store.sql

Lines changed: 154 additions & 54 deletions
Large diffs are not rendered by default.

Install-Core-Blitz-With-Query-Store.sql

Lines changed: 155 additions & 55 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ To install, [download the latest release ZIP](https://github.com/BrentOzarULTD/S
4040

4141
The First Responder Kit runs on:
4242

43-
* SQL Server 2008, 2008R2, 2012, 2014, 2016, 2017, 2019 on Windows - yes, fully supported
44-
* SQL Server 2017, 2019 on Linux - yes, fully supported except sp_AllNightLog and sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux
45-
* SQL Server 2000, 2005 - not supported by Microsoft anymore, so we don't either
46-
* Amazon RDS SQL Server - fully supported
47-
* Azure SQL DB - It's a dice roll. Microsoft changes DMV contents in here without warning, so no guarantees.
43+
* SQL Server 2012, 2014, 2016, 2017, 2019 on Windows - fully supported.
44+
* SQL Server 2017, 2019 on Linux - yes, fully supported except sp_AllNightLog and sp_DatabaseRestore, which require xp_cmdshell, which Microsoft doesn't provide on Linux.
45+
* SQL Server 2008, 200R2 - not officially supported since it's out of Microsoft support, but we try not to make changes that would break functionality here.
46+
* SQL Server 2000, 2005 - not supported at all.
47+
* Amazon RDS SQL Server - fully supported.
48+
* Azure SQL DB - not supported. Some of the procedures work, but some don't, and Microsoft has a tendency to change DMVs in Azure without warning, so we don't put any effort into supporting it. If it works, great! If not, any changes to make it work would be on you. [See the contributing.md file](CONTRIBUTING.md) for how to do that.
4849

4950

5051
## How to Get Support
@@ -207,6 +208,7 @@ You can log sp_BlitzFirst performance data to tables and then analyze the result
207208
* @OutputTableNamePerfmonStats = 'BlitzFirst_PerfmonStats'
208209
* @OutputTableNameWaitStats = 'BlitzFirst_WaitStats'
209210
* @OutputTableNameBlitzCache = 'BlitzCache'
211+
* @OutputTableNameBlitzWho = 'BlitzWho'
210212

211213
All of the above OutputTableName parameters are optional: if you don't want to collect all of the stats, you don't have to. Keep in mind that the sp_BlitzCache results will get large, fast, because each execution plan is megabytes in size.
212214

@@ -297,7 +299,7 @@ Parameters you can use:
297299
[*Back to top*](#header1)
298300

299301

300-
## sp_BlitzQueryStore: Query Store Sale
302+
## sp_BlitzQueryStore: How Has a Query Plan Changed Over Time
301303

302304
Analyzes data in Query Store schema (2016+ only) in many similar ways to what sp_BlitzCache does for the plan cache.
303305

SqlServerVersions.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ DELETE FROM dbo.SqlServerVersions;
3030
INSERT INTO dbo.SqlServerVersions
3131
(MajorVersionNumber, MinorVersionNumber, Branch, [Url], ReleaseDate, MainstreamSupportEndDate, ExtendedSupportEndDate, MajorVersionName, MinorVersionName)
3232
VALUES
33+
(15, 4013, 'CU2', 'https://support.microsoft.com/en-us/help/4536075', '2020-02-13', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 2 '),
3334
(15, 4003, 'CU1', 'https://support.microsoft.com/en-us/help/4527376', '2020-01-07', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'Cumulative Update 1 '),
3435
(15, 2070, 'GDR', 'https://support.microsoft.com/en-us/help/4517790', '2019-11-04', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'RTM GDR '),
3536
(15, 2000, 'RTM ', '', '2019-11-04', '2025-01-07', '2030-01-08', 'SQL Server 2019', 'RTM '),
37+
(14, 3257, 'RTM CU19', 'https://support.microsoft.com/en-us/help/4535007', '2020-02-05', '2022-10-11', '2027-10-12', 'SQL Server 2017', 'RTM Cumulative Update 19'),
3638
(14, 3257, 'RTM CU18', 'https://support.microsoft.com/en-us/help/4527377', '2019-12-09', '2022-10-11', '2027-10-12', 'SQL Server 2017', 'RTM Cumulative Update 18'),
3739
(14, 3238, 'RTM CU17', 'https://support.microsoft.com/en-us/help/4515579', '2019-10-08', '2022-10-11', '2027-10-12', 'SQL Server 2017', 'RTM Cumulative Update 17'),
3840
(14, 3228, 'RTM CU17', 'https://support.microsoft.com/en-us/help/4515579', '2019-10-08', '2022-10-11', '2027-10-12', 'SQL Server 2017', 'RTM Cumulative Update 17'),

sp_AllNightLog.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SET NOCOUNT ON;
3030
BEGIN;
3131

3232

33-
SELECT @Version = '3.92', @VersionDate = '20200123';
33+
SELECT @Version = '3.93', @VersionDate = '20200217';
3434

3535
IF(@VersionCheckMode = 1)
3636
BEGIN

sp_AllNightLog_Setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SET NOCOUNT ON;
3636

3737
BEGIN;
3838

39-
SELECT @Version = '3.92', @VersionDate = '20200123';
39+
SELECT @Version = '3.93', @VersionDate = '20200217';
4040

4141
IF(@VersionCheckMode = 1)
4242
BEGIN

0 commit comments

Comments
 (0)