FIX: SQL Server Exception Encountered in CQDynArray::Resize (272457)



The information in this article applies to:

  • Microsoft SQL Server 7.0

This article was previously published under Q272457
BUG #: 58186 (SQLBUG_70)

SYMPTOMS

Resize is an internal class method that is used to resize an array. PvReplace may incorrectly use the Resize method leading to an exception.

The following, or similar, top of the stack is logged in the SQL Server error log when the problem occurs:
0x0051ea81 Module(sqlservr+11ea81) (CQDynArray::Resize+69)
0x0043acc7 Module(sqlservr+3acc7) (CQDynArray::PvReplace+2e)
.
.

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.

MORE INFORMATION

This issue is difficult to encounter or predict. The majority of the time the issue results in successful Resize execution.

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