Select the product you need help with
FIX: Coalesce with Subquery May Generate an Access ViolationArticle ID: 298803 - View products that this article applies to. This article was previously published under Q298803
BUG #: 352326 (SHILOH_BUGS)
SYMPTOMS
When you run a coalesce query that contains a subquery the following error message may occur:
ODBC: Msg 0, Level 19, State 1 SqlDumpExceptionHandler: Process 52 generated fatal exception c0000005 EXCEPTION_ACCESS_VIOLATION. SQL Server is terminating this process. RESOLUTIONTo resolve this problem, obtain the latest service pack for 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
Change the query so that it uses CASE WHEN or IF ELSE statements instead.
For example:
STATUSMicrosoft has confirmed that this is a problem in SQL Server 2000. This problem was first corrected in SQL Server 2000 Service Pack 1. MORE INFORMATION
To reproduce the problem, use this code:
PropertiesArticle ID: 298803 - Last Review: November 5, 2003 - Revision: 3.2
|


Back to the top








