Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xp_sendmail (unicode ???)
Message
De
25/02/2008 15:07:54
Dave Sonier
Technologies Nter inc.
Gatineau, Québec, Canada
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Xp_sendmail (unicode ???)
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01296200
Message ID:
01296200
Vues:
58
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform