set @mail_Body = 'Here is one line of text '
[email protected]+ 'Some Text : ' //space not matching ":" in 4th line
[email protected]+ // Not working
[email protected]+ N'Below is some data: ' + N' ' + N' ' + ISNULL(ERROR_MESSAGE(),'')
是在sql server中設置郵件正文並將此變量分配給SSIS中的結果集併發送郵件。但是我沒有得到正確的格式,因爲我在代碼中評論過。SQL服務器變量SSIS和郵件格式問題
即使我嘗試SET mail_Body ='<html><body><H3>Contact Info</H3></body></html>
但它沒有工作或者
什麼是SQL到SSIS和郵件這樣做的正確方法?
? – Appyks
您正在使用sp_send_dbmail,是嗎? – billinkc