Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Email through SQl

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2005-05-09 : 08:26:04
Dean writes "Is it possible to have a body variable bigger than varchar(8000) when sending an email through sql server?

I am trying to send html emails but my message is much bigger than 8000 chars. I can not make use of text because you cannot declare text to a variable or replace it i.e

HELP ME!!"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-05-09 : 08:26:30
Don't use SQLMail at all, use an alternate method:

http://www.sqlteam.com/searchresults.asp?SearchTerms=email
Go to Top of Page
   

- Advertisement -