Article ID: 303344 - Last Review: October 15, 2002 - Revision: 1.0 FIX: Exception Access Violation Encountered in CONSTANT::CONSTANTThis article was previously published under Q303344
BUG #: 101756 (SQLBUG_70)
SYMPTOMS
Use of a query that involves the AN identity may result in the SQL Server client being forcefully disconnected and the following stack trace is reported in the SQL Server error log:
CAUSE
The CONSTANT::CONSTANT code line attempts to copy an extra character from the table name, which then causes the exception error.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 7.0. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
301511
(http://support.microsoft.com/kb/301511/EN-US/
)
INF: How to Obtain the Latest SQL Server 7.0 Service Pack
NOTE: The following hotfix was created prior to Microsoft SQL Server 7.0 Service Pack 4.The English version of this fix should have the following file attributes or later: Filename Platform ----------------------- 701000i.exe Intel WORKAROUND
Change the length of the table to help avoid an allocation on a Microsoft Windows NT page boundary.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Microsoft SQL Server 7.0 Service Pack 4.
| Article Translations
|
Back to the top
