• this is the script i execute and i get that return

    declare @char varchar(1000)

    execute @char = dbo.createInsertSP 'autosp','tblspmatic'

    select @char