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 1000000 bytes
How can I increase that value?
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 1000000 bytes
How can I increase that value?
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.