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

--This will cause read transactions to not take any locks and not be blocked by existing locks
ALTER DATABASE [febdb_SHIMAO] SET SINGLE_USER WITH ROLLBACK IMMEDIATE
ALTER DATABASE [febdb_SHIMAO] SET READ_COMMITTED_SNAPSHOT ON;
ALTER DATABASE [febdb_SHIMAO] SET ALLOW_SNAPSHOT_ISOLATION ON;
ALTER DATABASE [febdb_SHIMAO] SET MULTI_USER

目前还不确认问题是否已解决。

相关文章:

  • 2021-08-19
  • 2022-12-23
  • 2021-07-29
  • 2021-07-13
  • 2021-08-06
  • 2021-11-06
猜你喜欢
  • 2022-12-23
  • 2021-06-01
  • 2021-07-19
  • 2021-04-09
  • 2021-06-12
相关资源
相似解决方案