FIX: Complex Update Statement Returns 8624 Internal SQL Server Error (286249)
The information in this article applies to:
- Microsoft SQL Server 2000 (all editions)
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 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.
Modification Type: | Major | Last Reviewed: | 10/16/2003 |
---|
Keywords: | kbBug kbfix kbSQLServ2000sp1fix KB286249 |
---|
|