What do you mean by emails stored in a table. Do you mean the composite
info required for an Email i.e., To, From, Message etc.
You could certainly use DTS
You would loop on the information in the table and then populate the
properties of the Sendmail task each time. You could also do this without
DTS using a cursor.
DTS has nothing to do with Scheduling. SQL Server Agent or A.N.Other
Scheduling tool is required to schedule packages.
--
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Matt" <mattloude (AT) hotmail (DOT) com> wrote
Quote:
If I have emails stored in a table, it is possible for DTS to schedule the
task to send out those emails?? Some people told me to use DTS for
scheduling jobs?
Please advise. Thanks!! |