Select the product you need help with
FIX: Complex Update Statement Returns 8624 Internal SQL Server ErrorArticle ID: 286249 - View products that this article applies to. This article was previously published under Q286249
BUG #: 351305 (SHILOH_bugs)
SYMPTOMS
An UPDATE statement that contains a subquery, which selects from a derived table formed from a UNION ALL, may generate the following error message:
Server: Msg 8624, Level 16, State 21, Line 2 Internal SQL Server error. RESOLUTIONTo resolve this problem, obtain the latest service pack for Microsoft SQL Server 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
290211
(http://support.microsoft.com/kb/290211/EN-US/
)
INF: HOw to Obtain the Latest SQL Server 2000 Service Pack
WORKAROUND
If possible, rewrite the query by using only the UNION operator, without the ALL keyword.
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 2000 Service Pack 1. MORE INFORMATION
To reproduce this error, run this script:
PropertiesArticle ID: 286249 - Last Review: October 16, 2003 - Revision: 3.2
|


Back to the top








