BUG: Many UNIONs in One Query May Cause a 702 ErrorLast reviewed: April 30, 1997Article ID: Q131908 |
The information in this article applies to:
SYMPTOMSA query that UNIONs together many SELECT statements may fail with a 702 error.
WORKAROUNDRephrase the query so it does not use as many UNIONS, possibly by selecting into a temp table in separate queries.
STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server versions 4.21a and 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONIn the replication a SELECT from authors in pubs was UNIONed 42 times.
|
Additional query words: sql6 dblib cursor Windows NT
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |