Skip to content

Commit

Permalink
Merge pull request #3229 from BrentOzarULTD/20230215_release_prep_2
Browse files Browse the repository at this point in the history
2023-02-15 release prep 2
  • Loading branch information
BrentOzar authored Feb 15, 2023
2 parents a74adb4 + a9459c8 commit b4dce7d
Show file tree
Hide file tree
Showing 17 changed files with 2,801 additions and 2,298 deletions.
4,492 changes: 2,330 additions & 2,162 deletions Install-All-Scripts.sql

Large diffs are not rendered by default.

274 changes: 221 additions & 53 deletions Install-Core-Blitz-No-Query-Store.sql

Large diffs are not rendered by default.

278 changes: 223 additions & 55 deletions Install-Core-Blitz-With-Query-Store.sql

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions sp_AllNightLog.sql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SET STATISTICS XML OFF;
BEGIN;


SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -83,7 +83,7 @@ BEGIN
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_AllNightLog_Setup.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SET STATISTICS XML OFF;

BEGIN;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -119,7 +119,7 @@ BEGIN
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions sp_Blitz.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AS
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;


SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';
SET @OutputType = UPPER(@OutputType);

IF(@VersionCheckMode = 1)
Expand Down Expand Up @@ -93,9 +93,9 @@ AS
tigertoolbox and are provided under the MIT license:
https://github.com/Microsoft/tigertoolbox
All other copyrights for sp_Blitz are held by Brent Ozar Unlimited, 2021.
All other copyrights for sp_Blitz are held by Brent Ozar Unlimited.
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion sp_BlitzAnalysis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ AS
SET NOCOUNT ON;
SET STATISTICS XML OFF;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzBackups.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ AS
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -71,7 +71,7 @@ AS
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
5 changes: 2 additions & 3 deletions sp_BlitzCache.sql
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ SET NOCOUNT ON;
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';
SET @OutputType = UPPER(@OutputType);

IF(@VersionCheckMode = 1)
Expand All @@ -305,7 +305,6 @@ IF @Help = 1
the findings, contribute your own code, and more.
Known limitations of this version:
- This query will not run on SQL Server 2005.
- SQL Server 2008 and 2008R2 have a bug in trigger stats, so that output is
excluded by default.
- @IgnoreQueryHashes and @OnlyQueryHashes require a CSV list of hashes
Expand All @@ -321,7 +320,7 @@ IF @Help = 1
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzFirst.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ SET NOCOUNT ON;
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -86,7 +86,7 @@ https://github.com/BrentOzarULTD/SQL-Server-First-Responder-Kit/
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion sp_BlitzInMemoryOLTP.sql
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
*/
AS
DECLARE @ScriptVersion VARCHAR(30);
SELECT @ScriptVersion = '1.8', @VersionDate = '20221213';
SELECT @ScriptVersion = '1.8', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzIndex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SET NOCOUNT ON;
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';
SET @OutputType = UPPER(@OutputType);

IF(@VersionCheckMode = 1)
Expand Down Expand Up @@ -85,7 +85,7 @@ Unknown limitations of this version:
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzLock.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BEGIN
SET NOCOUNT, XACT_ABORT ON;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF @VersionCheckMode = 1
BEGIN
Expand Down Expand Up @@ -96,7 +96,7 @@ BEGIN
MIT License
Copyright (c) 2022 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzQueryStore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ SET NOCOUNT ON;
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';
IF(@VersionCheckMode = 1)
BEGIN
RETURN;
Expand Down Expand Up @@ -143,7 +143,7 @@ IF @Help = 1
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_BlitzWho.sql
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BEGIN
SET STATISTICS XML OFF;
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -61,7 +61,7 @@ Known limitations of this version:
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_DatabaseRestore.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SET STATISTICS XML OFF;

/*Versioning details*/

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -74,7 +74,7 @@ BEGIN
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions sp_ineachdb.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ BEGIN
SET NOCOUNT ON;
SET STATISTICS XML OFF;

SELECT @Version = '8.12', @VersionDate = '20221213';
SELECT @Version = '8.13', @VersionDate = '20230215';

IF(@VersionCheckMode = 1)
BEGIN
Expand Down Expand Up @@ -68,7 +68,7 @@ BEGIN
MIT License
Copyright (c) 2021 Brent Ozar Unlimited
Copyright (c) Brent Ozar Unlimited
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit b4dce7d

Please sign in to comment.