FIX: Cancelled Creation of Stored Procedure May Cause Error 707 (198786)



The information in this article applies to:

  • Microsoft SQL Server 6.5

This article was previously published under Q198786
BUG #: 17586 (SQLBUG_65)

SYMPTOMS

If an attempt is made to create a stored procedure that already exists and that attempt is cancelled, error 707 may be encountered.

NOTE: The parse and compile routines of SQL Server are very fast and efficient, significantly reducing the window of opportunity for encountering this issue.

When this problem occurs, the following is reported in the SQL Server error log:
Error : 707, Severity: 20, State: 2
System error detected during attempt to free memory at address 0x1248800.
Please consult the SQL Server error log for more details.

WORKAROUND

To work around this problem, do the following:

  • Avoid cancelling the creation of a stored procedure.
  • When running scripts to install stored procedure objects, ensure that your query timeout is set to never time out.

STATUS

Microsoft has confirmed this to be a problem in SQL Server 6.5. This problem has been corrected in Service Pack 5a for Microsoft SQL Server 6.5.For more information, click the following article number to view the article in the Microsoft Knowledge Base:

197177 INF: How to Obtain SQL Server 6.5 Service Pack 5a

For more information, contact your primary support provider.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbBug kbfix KB198786