BUG: SELECT Statements With UNION May Cause Error 8618ID: Q225141
|
When executing two SELECT statements, joined by a UNION clause, you may get error 8618:
The query processor could not produce a query plan from the optimizer because the total length of all the columns in the GROUP BY clause exceeds 8000 bytes.
Avoid the use of the UNION clause by following these steps:
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
Additional query words:
Keywords : kbSQLServ700 kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: April 27, 1999