Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xp_sendmail (unicode ???)
Message
From
25/02/2008 15:07:54
Dave Sonier
Technologies Nter inc.
Gatineau, Quebec, Canada
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Xp_sendmail (unicode ???)
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01296200
Message ID:
01296200
Views:
57
Hi,

Is it possible to get an ansi attachement otherwise unicode ?

When I tried this code, I got an unicode textfile :

EXEC xp_sendmail @recipients = 'robertk',
@query = 'SELECT * FROM INFORMATION_SCHEMA.TABLES',
@subject = 'SQL Server Report',
@message = 'The contents of INFORMATION_SCHEMA.TABLES:',
@attach_results = 'TRUE', @width = 250

I need to get an ansi file. Does exist another technique ?

Thank.
Reply
Map
View

Click here to load this message in the networking platform