即使在重新启动服务器后也在 SQL 服务器中出现死锁

Getting DeadLock in SQL Server even after restarting server

更新 table 时出现死锁错误:

Transaction (Process ID 67) was deadlocked on lock | communication buffer resources with another process and has been chosen as the deadlock victim. Rerun the transaction.

所有其他工作都很好。让我感到不舒服的是 table 是我已经重新启动服务器本身 4-5 次了 table.

怎么死锁还在

有什么建议吗?

Transaction (Process ID 67) was deadlocked on lock | communication buffer resources

这可能是 运行 并行查询时的错误引起的。将 SQL 服务器升级到更高版本,或禁用 [​​=11=].

的并行性