添付ファイル付きのsp_send_dbmailを使用してSQLサーバーからメールを送信しました。 しかし、過去10日間、メールはトリガーされません。私は手順を確認し、添付ファイルなしで試して、それは動作します。 ExcelやPDFの添付ファイルがある場合、手順は以下のエラーがスローされます...SQLサーバーアサーションエラーExcelまたはPDF添付ファイルでメールを送信中にエラーが発生しました
Location: SpcAlloc.cpp:914
Expression: pPage->IsType (Page::TEXT_MIX_PAGE)
SPID: 89
Process ID: 2108
Msg 3624, Level 20, State 1, Procedure sp_send_dbmail, Line 449
A system assertion check has failed. Check the SQL Server error log for details. Typically,
an assertion failure is caused by a software bug or data corruption. To check for database
corruption, consider running DBCC CHECKDB. If you agreed to send dumps to Microsoft during
setup, a mini dump will be sent to Microsoft. An update might be available from Microsoft
in the latest Service Pack or in a QFE from Technical Support.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command. The results, if any, should be discarded.
任意の提案ですか?あなたはSQLServerのエラーログやエラーログで詳細は同様に場所をダンプする指摘が表示されます
だから、 'DBCC CHECKDB'を実行しましたか?それ以外の場合は、コードを投稿する必要があると思います。あなたは最近MSSQLやドライバを更新しましたか? –