File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -866,7 +866,7 @@ ALTER PROCEDURE [dbo].[sp_helpme]
866866 ,@SqlMajorVersion TINYINT = 0
867867 ,@SqlMinorVersion SMALLINT = 0
868868AS
869-
869+
870870/*
871871sp_helpme - Part of the ExpressSQL Suite https://expresssql.lowlydba.com/
872872
@@ -895,7 +895,7 @@ Example:
895895 EXEC sp_helpme 'dbo.Sales';
896896
897897*/
898-
898+
899899BEGIN
900900 SET NOCOUNT ON ;
901901
@@ -1116,7 +1116,7 @@ BEGIN
11161116 else ' ' ' ' end,
11171117 [Nullable] = case when [ac].[is_nullable] = 0 then ' ' no' ' else ' ' yes' ' end, ' ;
11181118
1119- -- Only include if the exist on the current version
1119+ -- Only include if they exist on the current version
11201120 IF @HasMasked = 1
11211121 BEGIN
11221122 SET @SQLString = @SQLString + N' [Masked] = case when is_masked = 0 then ' ' no' ' else ' ' yes' ' end, ' ;
You can’t perform that action at this time.
0 commit comments