The information in this article applies to:
SYMPTOMSIf you attempt to make changes to a row in a table displayed in SQL Server Enterprise Manager (SEM), unless you scroll down to the end of the table (the last row of the table), Enterprise Manager returns the following error:
CAUSE
When using SEM to display the rows from a table, all rows are returned by a "firehose cursor"; however, only the rows that are displayed have been processed. A "firehose cursor" refers to how the server sends rows to the client as fast as the client can process them. Rows that are not displayed in the Enterprise Manager are not processed and, therefore, they remain in the network buffer. WORKAROUNDScroll all the way down to the last row of the table. This forces all the rows to be processed. You can then edit the row needed and execute the update. Additional query words: cursor ole-db SEM firehose
Keywords : SSrvEntMan kbbug7.00 kbSQLServ700 |
Last Reviewed: July 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |