我们可以将其他报告文件作为附件与 SSRS 订阅报告一起发送吗?

Can we send other report file as attachment along with SSRS subscription report?

我有一份月度报告,每个月都会使用 SSRS 订阅发送给用户(通过电子邮件发送。)我现在的要求是在月度报告的同时再附上一份报告作为附件。

因此用户必须接收月度报告和其他报告的附件。

是否可以attach/send其他报告文件连同通过电子邮件发送的 SSRS 订阅?

不,无法通过 SSRS 的电子邮件订阅附加另一个文件。

我认为最好的方法是创建订阅以将文件放在文件夹中,然后创建一个存储过程来创建电子邮件并附加文件。

这里有一些关于 sp_send_email 的更多细节:

https://dba.stackexchange.com/questions/99326/sp-send-dbmail-stored-procedure-send-with-attachment

https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-send-dbmail-transact-sql?view=sql-server-ver15