Returns a string of repeated spaces.
SPACE ( integer_expression )
index
Is a positive integer that indicates the number of spaces. If index is negative, a null string is returned.
varchar or nvarchar
SELECT SPACE(2);
Functions