using
exec @fsoe = sp_oamethod @fm, 'writeline' , NULL, @instring
I've noticed that no matter how large @instring is - its a varchar(5000) - the resulting line in the file is truncated at 256 characters.
is this an SQL thing or a filesystemobject thing?
More important, how do I get around it?