File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ALTER PROCEDURE [dbo].[sp_Blitz]
2929AS
3030 SET NOCOUNT ON ;
3131 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED ;
32- SET @VersionDate = ' 20161115 ' ;
32+ SET @VersionDate = ' 20161210 ' ;
3333 SET @OutputType = UPPER (@OutputType);
3434
3535 IF @Help = 1 PRINT '
Original file line number Diff line number Diff line change @@ -220,8 +220,8 @@ SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED;
220220
221221DECLARE @Version VARCHAR (30 );
222222DECLARE @VersionDate VARCHAR (30 );
223- SET @Version = ' 4.0 ' ;
224- SET @VersionDate = ' 20161119 ' ;
223+ SET @Version = ' 4.1 ' ;
224+ SET @VersionDate = ' 20161210 ' ;
225225
226226IF @Help = 1 PRINT '
227227sp_BlitzCache from http://FirstResponderKit.org
Original file line number Diff line number Diff line change 2828BEGIN
2929SET NOCOUNT ON ;
3030SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED ;
31- SET @VersionDate = ' 20161014 '
31+ SET @VersionDate = ' 20161210 '
3232
3333IF @Help = 1 PRINT '
3434sp_BlitzFirst from http://FirstResponderKit.org
Original file line number Diff line number Diff line change 3636SET NOCOUNT ON ;
3737SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED ;
3838DECLARE @Version VARCHAR (30 );
39- SET @Version = ' 4.5 ' ;
40- SET @VersionDate = ' 20161115 ' ;
39+ SET @Version = ' 4.6 ' ;
40+ SET @VersionDate = ' 20161210 ' ;
4141IF @Help = 1 PRINT '
4242/*
4343sp_BlitzIndex from http://FirstResponderKit.org
You can’t perform that action at this time.
0 commit comments