The information in this article applies to:
BUG #: 17129 (SQLBUG_65) SYMPTOMSAn UPDATE of a cursor with a WHERE CURRENT OF clause may cause an infinite loop if the DECLARE CURSOR statement includes a WHERE clause and the underlying table does not have a primary key. The following scripts demonstrate this problem:
WORKAROUNDYou can avoid this problem if you create the table with a primary key. The following scripts demonstrate the workaround for this problem:
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 6.5. This problem has been corrected in U.S. Service Pack 5a
for Microsoft SQL Server version 6.5. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
Additional query words: prodsql sp sp5
Keywords : kbprg kbusage SSrvTran_SQL kbbug6.50 kbfix6.50.SP5 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |