The information in this article applies to:
BUG #: 100646 (SQLBUG_70) SYMPTOMSWhen you attempt to run sp_processmail to process queries sent through e-mail, you receive the following error message:
CAUSESp_processmail declares both @set_user and @dbuse using the sysname datatypes. This stored procedure then calls sp_sendmail, which declares both of those variables as varchars. WORKAROUNDChange sp_process mail to declare @set_user and @dbuse as varchar(128). To do this, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in SQL Server version 7.0. Additional query words:
Keywords : kbSQLServ700bug |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |