Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Write to text file in ASCII not UTF 16

    I have the same problem. I tried

    EXECUTE sp_OASetProperty @objTextStream, 'Charset', 'utf-8'

    EXECUTE sp_OASetProperty @objTextStream, 'Charset', 'windows-1252'

    but these did not change the output character set, I don't know if this...

Viewing post 1 (of 1 total)