FIX: Queries Using Derived Tables or GROUP BY May Cause an Access Violation

ID: Q181048


The information in this article applies to:
  • Microsoft SQL Server version 6.5

BUG #: 16168

SYMPTOMS

In rare cases, queries that require SQL Server to re-map columns to virtual tables may cause SQL Server to have a handled access violation (AV). This has only been observed when either of the following conditions us true:

  • Derived tables are used.

    -or-


  • A GROUP BY clause is used and the data being grouped comes from a view.



WORKAROUND


STATUS

Microsoft has confirmed this to be a problem in SQL Server version 6.5. This problem has been corrected in U.S. Service Pack 5a for Microsoft SQL Server version 6.5. For information about downloading and installing the latest SQL Server Service Pack, see http://support.microsoft.com/support/sql/.

For more information, contact your primary support provider.

Additional query words: prodsql sp sp5

Keywords : SSrvGen kbbug6.50 kbfix6.50.SP5
Version : winnt:6.5
Platform : winnt
Issue type : kbbug


Last Reviewed: November 17, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.