sql server出错-transaction can not start while firehose mode


sql server出错-transaction can not start while firehose mode


今天用EM修改SQL-SERVER 里的一张表里的某个字段,退出时SQL-SERVER 提示:

“transaction can not
start while firehose mode”      
                                                                                     

(firehose 是系统提供的一种游标模式,是由EM直接存取表时所用到的,据资料说是因为其连接一直处于打开状态所以故称“firehose”,以提供查询速度。并且在此模式下不可以执行事务。)

再进入发现记录没有修改。因为当时我正在编辑一个程序,其中需要读取这张表,所以以为是这个原因,但是当我关闭之后,重试依然如故,后来上网查了一下,才发现这是微软承认的一个SQL-SERVER的问题,并且提供了解决方案:

1. Scroll down to the end of the table before you make any changes to the data in the grid. (  打开表后返回所有行