FIX: Running a Stored Procedure While SET FMTONLY is Off and On Can Cause 602, 604 and 618 Error Messages (267599)
The information in this article applies to:
This article was previously published under Q267599
BUG #: 58127 (SQLBUG_70)
SYMPTOMS
Under the following conditions, error messages 602, 604 and 618 might appear in the SQL Server errorlog with a severity level of 21, which terminates the client connection: - A stored procedure is run repeatedly while SET FMTONLY is enabled and disabled.
- The stored procedure creates and selects from temporary tables.
WORKAROUND
Minimize the use of temporary tables in stored procedures that are run on a frequent basis.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 274799 INF: How to Obtain Service Pack 3 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix KB267599 |
---|
|