Skip to content

Commit d6e0d43

Browse files
authored
add missing question mark to msg
1 parent 731995c commit d6e0d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sp_sizeoptimiser.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ BEGIN
425425
UNION
426426
SELECT QUOTENAME(SCHEMA_NAME(t.schema_id)) + ''.'' + QUOTENAME(t.name)
427427
,QUOTENAME(c.name)
428-
,N''Possible arbitrary variable length column in use. Is the '' + ty.name + N'' length of '' + CAST (c.max_length AS varchar(MAX)) + N'' based on requirements''
428+
,N''Possible arbitrary variable length column in use. Is the '' + ty.name + N'' length of '' + CAST (c.max_length AS varchar(MAX)) + N'' based on requirements?''
429429
,CONCAT(@BaseURL COLLATE database_default, ''arbitrary-varchar-length'')
430430
FROM sys.columns as c
431431
INNER JOIN sys.tables as t on t.object_id = c.object_id

0 commit comments

Comments
 (0)