Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2019_02 Release #1980

Merged
merged 58 commits into from Feb 19, 2019
Merged

2019_02 Release #1980

merged 58 commits into from Feb 19, 2019

Conversation

BrentOzar
Copy link
Member

No description provided.

BrentOzar and others added 30 commits January 2, 2019 05:48
When @TableName is specified and sys.dm_db_stats_histogram is available. Closes #1900.
…istograms

1900 sp_BlitzIndex add histograms
Adding filter for that app name. Closes #1903.
Nothing against BOU, just don't need it in that particular place. Closes #1905.
Ah, the glamour. Closes #1908.
Issue #1904 Change RAISERROR 'severity' to 16 for those that should throw an error…
Dropping severity level from 16 to 0 since we're logging it in the result set anyway. Closes #1914.
…severity_for_partitions

#1914 sp_BlitzIndex partition error severity
Does this fix line endings?
…up_location

#1916 sp_Blitz ignore backup on TempDB drive
…se_parameter

Issue 1894 validate database parameter
Dealing with sp_DatabaseRestore's line endings.
* 1919 sp_Blitz ignoring a few checks for Managed Instances

Working on #1919.

* #1919 sp_Blitz excluding restored databases

When checking backup history. Working on #1919.

* #1919 sp_Blitz ignore some checks on Mgd Instances

Changing RCSI wording on Azure SQL DB. Working on #1919.
Joined output query to #IndexCreateTsql to retrieve the CreateTsql already generated earlier in the script.  Created Drop TSQL based off evaluating what type of index was present.
Moving drop and create TSQL to the end of mode 2's results. Closes #1921.
Don't just rely on EC2 VM name to detect RDS. Also adds a new result noting that checks were skipped. Closes #1925.
GetAllDatabases = 1 fails when it hits rdsadmin because they're referring to the resource db. Closes #1927.
BrentOzar and others added 27 commits January 29, 2019 04:20
Check for DaysUptime is null. Closes #1933.
* batch requests & waits/core/sec are now decimals

* also updated final data set for consistency
* #1950 sp_BlitzLock Azure SQL DB Hyperscale

Fixes #1950.

* #1950 sp_BlitzLock Azure SQL DB Hyperscale

Oops, forgot my semicolon. Fixes #1950.
Can only get stats if you're in the database you're analyzing. Closes #1947.
* Update sp_BlitzCache.sql

DECLARE @BlitzCacheVersion     VARCHAR(30);
DECLARE @BlitzCacheVersionDate DATETIME2;
EXEC dbo.sp_BlitzCache @VersionCheckMode = 1, @Version = @BlitzCacheVersion OUTPUT, @VersionDate = @BlitzCacheVersionDate OUTPUT ;
SELECT @BlitzCacheVersion as BlitzCacheVersion , @BlitzCacheVersionDate as BlitzCacheVersionDate

* Update sp_BlitzFirst.sql

* Update sp_BlitzIndex.sql

* Update sp_BlitzLock.sql

* Update sp_BlitzQueryStore.sql

* Update sp_BlitzWho.sql

* Update sp_DatabaseRestore.sql

* Update sp_BlitzInMemoryOLTP.sql

* Update sp_foreachdb.sql

* Update sp_ineachdb.sql

* Update sp_BlitzBackups.sql

* Update sp_Blitz.sql

* Update sp_AllNightLog_Setup.sql

* Update sp_AllNightLog.sql

* Update sp_BlitzInMemoryOLTP.sql

* Update sp_BlitzLock.sql
Tweaking #1948 so it works. Closes #1948.
Complete the join between #missing_index_detail and ##bou_BlitzCacheProcs as otherwise on servers running jobs with many steps, each missing indices will cause #missing_index_pretty to grow exponentially, causing sp_BlitzCache to run for hours.
* Update sp_Blitz.sql

* Update sp_Blitz.sql

* Update sp_Blitz Checks by Priority.md

* Update sp_Blitz Checks by Priority.md

* Update sp_Blitz Checks by Priority.md

* altered search strings

because *of course* there's white space. shouldn't hurt too badly because there aren't many services running on sql boxes (hopefully)
For new SSAS/IS/RS check. Closes #1943.
* additional plural checks

added in plural checks, also raised error to 16 when invalid sort order is chosen.

* removed unnecessary checks
SQL 2012 pre-SP4 is out of support. Closes #1967.
Azure SQL DB compatibility and removing bou from global temp table names. Closes #1935.
203 and 224 were swapped in the documentation. Closes #1966.
To prep for imminent release...
Updating install-all-scripts with new versions.
Bumping version numbers & dates.
Updating build scripts.
@BrentOzar BrentOzar added this to the 2019-02 milestone Feb 19, 2019
@BrentOzar BrentOzar self-assigned this Feb 19, 2019
@BrentOzar BrentOzar merged commit 8778f77 into master Feb 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants