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 2005 Forums
 Transact-SQL (2005)
 Use Bulk Import to call asp out

Author  Topic 

capsize
Starting Member

6 Posts

Posted - 2009-11-14 : 12:48:20
Hello,

I am generating a an automated email via sql database mail and would like to include the output from an .asp page in the body of the email. Purpose of the email is to notify users on a weekly basis of new products that have been added in the past week.

Is it possible to load a non-text or csv ouput into my sql query stored in my job, or should i be looking to do this in another way?

thanks!

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2009-11-15 : 01:16:36
I use a compiled application to do this sort of thing using SMTP server and CDO
Go to Top of Page
   

- Advertisement -