The information in this article applies to:
BUG #: 16994 SYMPTOMS
An ANSI JOIN of a table with a view that was generated without a base table
may result in an access violation (AV). The following script demonstrates
this problem:
The following error message may be observed in the server error log, while "DB-Library Process Dead - Connection Broken" is observed in the client side.
This error message is followed by stack trace information. WORKAROUND
To work around this problem, try to avoid using an ANSI JOIN. For example,
the following script demonstrates the workaround for the above scenario:
STATUSMicrosoft 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.
Keywords : kbusage SSrvGen SSrvGPF kbbug6.50 |
Last Reviewed: April 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |