Skip to content

Commit

Permalink
#1905 sp_BlitzIndex remove BOU link
Browse files Browse the repository at this point in the history
Nothing against BOU, just don't need it in that particular place. Closes #1905.
  • Loading branch information
BrentOzar committed Jan 4, 2019
1 parent 459e161 commit 22bddfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sp_BlitzIndex.sql
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ BEGIN TRY
@ScriptVersionName,
CASE WHEN @GetAllDatabases = 1 THEN N'All Databases' ELSE N'Database ' + QUOTENAME(@DatabaseName) + N' as of ' + CONVERT(NVARCHAR(16), GETDATE(), 121) END,
N'From Your Community Volunteers',
N'http://www.BrentOzar.com/BlitzIndex',
N'http://FirstResponderKit.org',
N'',
N'',
N''
Expand Down Expand Up @@ -4198,7 +4198,7 @@ BEGIN;
VALUES ( -1, 0 ,
@ScriptVersionName,
CASE WHEN @GetAllDatabases = 1 THEN N'All Databases' ELSE N'Database ' + QUOTENAME(@DatabaseName) + N' as of ' + CONVERT(NVARCHAR(16),GETDATE(),121) END,
N'From Your Community Volunteers' , N'http://www.BrentOzar.com/BlitzIndex' ,
N'From Your Community Volunteers' , N'http://FirstResponderKit.org' ,
@DaysUptimeInsertValue, N'',N''
);
INSERT #BlitzIndexResults ( Priority, check_id, findings_group, finding, URL, details, index_definition,
Expand Down

0 comments on commit 22bddfb

Please sign in to comment.