Hello,
Is it possible to control which encoding xp_sendmail uses for text files?
I have a scheduled job that executes a stored procedure that uses xp_sendmail to send the results of a query in a text file to various users. The text file encoding is Unicode, which causes a formatting issue for Windows 9x & ME users.
So, my question is: can I force xp_sendmail to send the text files in ANSI instead of Unicode?
Any help would be greatly appreciated.
Thanks in advance for you help.