性价比很高的菜鸟问题

我用SQL企业管理器打开表编辑,有时能成功update,有时却不能,颇感迷惑
弹出提示如下:
---------------------------
SQL Server 企业管理器
---------------------------
Transaction cannot start while in firehose mode.
---------------------------
确定 帮助
---------------------------

请问什么是firehose?这种现象是什么原因造成的呢?

---------------------------------------------------------------

好象是流水模式。你可以看看幫助。
---------------------------------------------------------------

呵呵,小弟也遇到过,刷新一次就好了,不知道是什么原因!关注……
---------------------------------------------------------------

一下是MSDN的恢复,IF YOU HAVE ANY PROBLEM,PLS FREE CONNECT TO ME!

SYMPTOMS
If 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:

Cannot start transaction while in firehose mode.

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.

The "Cannot start transaction while in firehose mode" error occurs when an OLE-DB provider attempts to perform a join transaction with results pending and while not in an updateable cursor mode.

WORKAROUND
Scroll 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.

---------------------------------------------------------------

同意楼上 leimin(黄山光明顶) 说的,你系统配置怎么样,运行大量的数据,要硬件好!

---------------------------------------------------------------

防火墙 你的服务器上装了防火墙软件造成

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus