Returns a string consisting of the specified number of single-byte spaces.
space(integer_expr)
select "aaa", space(4), "bbb"
--- ---- --- aaa bbb
See also Transact-SQL Users Guide.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute space.