是否可以使用 dbmail 从 cmd 发送电子邮件附件?我正在使用批处理文件使用 dbmail 发送电子邮件附件,但出现错误。这是我的代码:
sqlcmd -q "EXEC msdb.dbo.sp_send_dbmail @profile_name = 'ProfileName',
@recipients='example@test.com',
@subject='Test Attachment ',
@body='Using dbmail to send attachment',
@file_attachments='C:\document\example.txt'"