Viewing post 1 (of 1 total)
Another option is to limit the size of the output column. Instead of SELECT name ..., try SELECT CAST(name as varchar(100)) ...
February 20, 2007 at 11:35 pm
#690819