Re: Sending a report attachment to a dynamic list of recipients -
12-16-2005
, 01:56 AM
For XP_SMTP_SENDMAIl you have to loop though the resultset and change
the recipients list and send the emails on by one (e.g. with a cursor),
in DTS you have to build a loop programatic structure, there are
samples out there for this, look in google for DTS and loop.
(Its that much easier in SQL2k5 X-) )
HTH, jens Suessmeyer. |