Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: sp_send_dbmail

    Another option is to limit the size of the output column. Instead of SELECT name ..., try SELECT CAST(name as varchar(100)) ...

Viewing post 1 (of 1 total)