File attachment or query results size exceeds allowable value of 1000000 bytes.

今天早晨,收到了作业执行失败的邮件(前几天还能正常运行该作业,不知为何今天出错)

File attachment or query results size exceeds allowable value of 1000000 bytes._第1张图片

邮件显示,作业的第三个步骤报错。

step3内容:

msdb.dbo.sp_send_dbmail
    @profile_name = 'Seagull2DBMail',
    @recipients = 'v-白丹丹 <[email protected]>',    
    @subject = '反馈前50条执行时间比较长的语句',
@file_attachments='\\10.0.9.137\bcp\bcp_10.0.8.103\top_sql.xls'


单独执行上面的语句,报错:

File attachment or query results size exceeds allowable value of 1000000 bytes.


解决办法:

配置‘数据库邮件’,将‘最大文件大小(字节)’设置得大些。



File attachment or query results size exceeds allowable value of 1000000 bytes._第2张图片

File attachment or query results size exceeds allowable value of 1000000 bytes._第3张图片

File attachment or query results size exceeds allowable value of 1000000 bytes._第4张图片

将‘最大文件大小(字节)设置得大些(默认是1000000,即1M)

File attachment or query results size exceeds allowable value of 1000000 bytes._第5张图片

设置完成后,再执行下step3,不再报错了。(*^__^*) 嘻嘻……


本篇文章译自:http://www.dbdigger.com/ ,并做了些许改动。


你可能感兴趣的:(File attachment or query results size exceeds allowable value of 1000000 bytes.)