How do I increase the maximum allowed attachment size for email sent using msdb.dbo.sp_send_dbmail in Microsoft SQL Server 2005/2008

前端 未结 3 704
名媛妹妹
名媛妹妹 2020-12-15 15:50

Symptom: Sending an attachment using msdb.dbo.sp_send_dbmail results in the following error:

File attachment or query results size exceeds allowable value of 100000

3条回答
  •  一整个雨季
    2020-12-15 16:23

    In the Object Explorer frame of SQL Server Management Studio, expand the "Management" folder. Open the Database Mail configuration wizard.

    Click Next-> Choose the radio button for "View of change system parameters" and click Next.

    Now change the Maximum File Size (Bytes) property and click Next, then click Finish to save your changes.

    See Database Mail Configuration Wizard at MSDN for more info.

提交回复
热议问题