satheesh babu
Dear All,
Here i developed a report using gridview control my web site.
now i want to send an email the same report(means same result set) data from sql server 2005 every day at 9pm.
how can i configure the set up.
please help me out.....
thank you..
Hi
Check out the below link,
http://www.sql-server-performance.com/articles/dba/email_functionality_p1.aspx
Thanks -- Vijaya Kadiyala
msdb.dbo.sp_send_dbmail@recipients=N'test@test.com',@body='Body', @subject ='Subject',@file_attachments ='report path';