Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xp_sendmail Recipients Query

Status
Not open for further replies.

itsmarkdavies

Programmer
May 22, 2001
87
GB
Can anyone tell me if there is a limit to the number of (or string length of) the @Recipients parameter to xp_sendmail ?

I know you can put the Recipients into a varchar string and then pass this, but I would like to know if there is a limit to the number of Recipients you can string together using the ";" separator in the @Recipients parameter.

Thanks.


itsmarkdavies@hotmail.com
 
I have found there is a limit of 255 chars for the @recipients parameters. This is SQL 7, it may have changed in SQL 2000.

--James
 
Thanks for that James, I should be OK then !

itsmarkdavies@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top