Sql Server Sp_send_dbmail File Attachment

On
File
  1. Sql Server 2008 Sp_send_dbmail Attachment File Is Invalid
Sql Server Sp_send_dbmail File AttachmentSp_send_dbmail

Sql Server 2008 Sp_send_dbmail Attachment File Is Invalid

Please start any new threads on our newsite at. We've got lots of great SQL Serverexperts to answer whatever question you can come up with.spsenddbmail problemAuthorTopicAbu-DinaPosting Yak Master206 PostsPosted - 2008-02-26: 08:43:36I am trying to use the spsenddbmail sproc but I get the following error: Msg 22051, Level 16, State 1, Line 0Attachment file C:test.txt is invalid.My code: EXEC msdb.dbo.spsenddbmail @profilename = 'SQL Server Mail Profile blah blah', @recipients = 'myEmail@somewhere.com, @body = 'Hello World', @subject = 'Hello World', @fileattachments = N'C:test.txt'why would that be?