Prevent truncating of spaces on end

  • Hi, I have a stored proc that returns rows from my db. I want one of the columns to be returned as the column + ' ' [a space on the end] but SQL always cut the space off. Any ideas on how to stop this.

    TIA

  • Have a look at BOL 2000:

    SET ANSI_PADDING

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply