Hello,
I have a problem with a varchar(15) field. We export this record with a bcp command and I get an new line in the export file from the specific field. When I look at this field then I just see 12 numbers in it. When I do a len from the field then the field has 13 characters.
Is there a way to display the 13th character?? I already tried casting to nvarchar and ntext types.
regards,
Space1000