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
目前还不确认问题是否已解决。
时间: 2024-11-10 00:11:46