Click here to Skip to main content
15,903,523 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I am working on webapplication using ms.net 2008, asp.net,c# and sql server 2005, where i need to send some data from database in regular intervals of daily basis, i need to develop the same as customized interface like small interface where i can change the criteria like timings and email, is it possible to do .net .

Or else please provide me the walkthrough for email scheduling in sql server 2005/ 2008.


Thanks in advance.
prasad.
Posted

Hi,

Yes you can do it.

you just need to create job into sql server. Put a procedure into that job and set time scheduling for that job.

Now you need to search that how to send mail from sql server. You will get a some dll that you need to put into sql server setup folder.

Try and do it.
 
Share this answer
 
Comments
sairam.bhat 18-Mar-11 4:59am    
Yes good answer mine +5
this[^] might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900