The information in this article applies to:
BUG #: 16066 (WINDOWS: 6.5) SYMPTOMS
A SELECT statement may fail with an access violation (AV) if you use the
new ANSI style SQL JOIN when joining a VIEW and a table. This problem will
occur if either of the following are true:
WORKAROUNDTo work around this problem, avoid using the old style of join operators in VIEWs if you are joining these VIEWs with new style ANSI SQL JOINs. STATUSMicrosoft has confirmed this to be a problem in Microsoft SQL Server version 6.5 Service Pack 1. This problem has been corrected in U.S. Service Pack 2 for Microsoft SQL Server version 6.5. For more information, contact your primary support provider. MORE INFORMATION
Microsoft SQL Server 6.5 now supports the ANSI SQL syntax for joined tables
and views. This type of JOIN exists in the FROM clause rather than in the
WHERE clause (as in previous versions of SQL Server). The ANSI SQL syntax
provides the INNER, LEFT OUTER, RIGHT OUTER, and FULL OUTER JOIN operators.
Keywords : kbprg SSrvTran_SQL kbbug6.50 kbfix6.50.sp2 |
Last Reviewed: April 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |