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 2008 Forums
 Transact-SQL (2008)
 Excel Attachments

Author  Topic 

bhaskar.rm
Starting Member

6 Posts

Posted - 2009-09-10 : 05:15:39
Is it Possible to send an mail with an excel attachment
from sql server

Bhaskar

YellowBug
Aged Yak Warrior

616 Posts

Posted - 2009-09-10 : 06:40:54
Yes. You can use sp_send_dbmail with @file_attachments.

You may need to increase the file size limit if the attachments are big.
To check exec msdb..sysmail_help_configure_sp 'MaxFileSize'
Go to Top of Page
   

- Advertisement -