The information in this article applies to:
BUG# NT: 11550 (6.00) SYMPTOMS
When you declare a cursor on a view with DISTINCT, the operation will cause
a handled access violation (AV) resulting in the client process being
terminated. The same behavior can occur in both Transact-SQL and in
applications written to use server cursors. The behavior only occurs if the
table has a unique index.
WORKAROUNDRewrite the query so that you are using DISTINCT in the cursor declaration rather than in the view declaration. Another possibility is to drop the unique index on the table if it is not being used for integrity constraints. DB-Library and ODBC applications can also use their respective cursor libraries. STATUSMicrosoft has confirmed this to be a problem in SQL Server NT version 6.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words: sql6 dblib av
Keywords : kbprg SSrvDB_Lib SSrvProg kbbug6.00 |
Last Reviewed: March 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |