BUG: DECLARE CURSOR on View with DISTINCT Causes AVID: Q148324
|
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.
Rewrite 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.
Microsoft 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
Version : 6.0
Platform : WINDOWS
Issue type :
Last Reviewed: March 24, 1999