BUG: SELECT INTO with Many UNION Clauses Returns Error 702 (171416)
The information in this article applies to:
This article was previously published under Q171416
BUG #: 16990 (6.5)
SYMPTOMS
A SELECT INTO statement that takes values from many tables using the UNION
operator returns error 702 when the number of UNION clauses exceeds 21.
WORKAROUND
To work around this problem, split the UNION clauses to create temporary
tables and then UNION the contents of the temporary tables.
STATUS
Microsoft has confirmed this to be a problem in Microsoft SQL Server
version 6.5. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 10/3/2003 |
---|
Keywords: | kbBug kbusage KB171416 |
---|
|