
正文
Transaction (Process ID xxx) was deadlocked on lock
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
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
目前还不确认问题是否已解决。





