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)
 Automated emails using DTS in SQL Server 2000

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-18 : 08:12:54
bheema writes "Hello Team Members,

I have a problem while working with a DTS Package, I am creating a
automated sending mails package which will completely based on my
specified query.

Say my query is as

select taskid,login,email,description,details from xyz;

Here, what i need is that for every login or email the corresponding
details are to be pumped to the respective email ids.

I had tried for a long time, what i am able to retreive is that either a
first column value or last column value.

If anybody can help me out regarding this. I would be grateful to them.

Thanks in advance.

shankar a.b."
   

- Advertisement -