Skip to content

Commit 126d19f

Browse files
authored
Update sp_BlitzIndex.sql
1 parent caaee5a commit 126d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_BlitzIndex.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4408,7 +4408,7 @@ BEGIN;
44084408
END; /* @ValidOutputLocation = 1 */
44094409
ELSE
44104410

4411-
if(@OutputType <> 'NONE')
4411+
IF(@OutputType <> 'NONE')
44124412
BEGIN
44134413
SELECT i.[database_name] AS [Database Name],
44144414
i.[schema_name] AS [Schema Name],

0 commit comments

Comments
 (0)