BUG: Locks Held Using Optimistic Concurrency with No Unique IndexID: Q172694
|
A dynamic or forward-only cursor opened with optimistic concurrency using either timestamps (OPTCC) or values (OPTCCVAL) will incorrectly hold a Sh_intent lock on the pages from which the rows were fetched. This problem occurs only if there is no unique index on the table.
To work around this problem, create a unique index on the table.
Microsoft 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.
This problem does not occur with keyset or insensitive cursors because they default to read-only with no unique index.
Additional query words: ODBC SQL_CONCUR_ROWVER SQL_CONCUR_VALUES
Keywords : kbprg kbusage SSrvProg SSrvTran_SQL kbbug6.50
Version : 6.5
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: April 20, 1999