Can#39;t Kill SPID quot;Transaction Rollback in Progressquot;(无法杀死 SPID“正在进行的事务回滚)
问题描述
我的数据库中有一条处于永久回滚模式的未提交语句.当我尝试终止与此语句关联的 SPID 时,出现以下错误:
I have an uncommitted statement in perptual rollback mode in my database. When I try to kill the SPID associated with this statement, I get the following error:
事务回滚正在进行中.预计回滚完成:0%.预计剩余时间:0 秒.
transaction rollback in progress. Estimated rollback completion: 0%. Estimated time remaining: 0 seconds.
这条未提交的语句导致用户无法查看数据库的表、视图和过程树.如何停止此 SPID?
This uncommitted statement is causing users to not be able to view the DB's table, view, and procedure trees. How do I stop this SPID?
推荐答案
未提交的事务是数据库备份.有一个已知的错误(与 MS 修补程序一起),备份有时会挂起.重启集群解决了问题
The uncommitted transaction was a database backup. There is a known bug (along with MS Hotfix) where the backup sometimes hangs up. Restarting the cluster fixed the issue
这篇关于无法杀死 SPID“正在进行的事务回滚"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法杀死 SPID“正在进行的事务回滚"


- 更改自动增量起始编号? 2021-01-01
- SQL 临时表问题 2022-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01