hi experts,
I'm using the following sql statement in a TSQL task. I get an email but there's no attachment. The file does exist. Any ideas? Thanks
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'My profile',
@recipients = 'My email addy',
@subject = 'Test emailing excel file from SSIS',
@query_attachment_filename = 'F:\ExcelSample.xlsx';