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.
| 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 serverBhaskar |
|
|
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' |
 |
|
|
|
|
|