Microsoft
Software
Hardware
Network
Question : Database Mail - Multiple queries within sp_send_dbmail.
Hi guys,
I was wondering if anyone had any luck running multiple queries within sp_send_dbmail.
What I would like to do is either :
1. Attach more than 1 attachment, each being the result of different queries ,or
2. Attach these results in different sheets within my excel attachment that is being sent via sp_send_dbmail.
Thanks for you assistance.
Regards,
Vinay
Answer : Database Mail - Multiple queries within sp_send_dbmail.
sp_send_dbmail accepts only 1 sql query parameter.
For more complex requierments, you can try using the SSIS packages to run mulitple queries and generate multiple files (1 file multiple sheets).. and then send them using the send mail task
Random Solutions
Find and open a PDF file with Access 2009
i copied the mddata file from 1 exchange server to another, mounted the mailbox file, but can't see my mail
How do I change the content of the variable is the variable value is a string plus Numbers?
Proper syntax?
WinXP Offline Files - Disaster Recovery
Started getting BSODs - nvatabus.sys ?
Getting a First Chance Exception when trying to add a record to access with VB.NET
event id 1073 user unable to restart
Modify outgoing messages in Outlook with a VB add-in
How do I get the time only from a SQL datetime value?