帮助解决sql server数据库死锁问题

发布于 2024-10-13 18:54:30 字数 161 浏览 6 评论 0原文

我有两台数据库服务器, (一)生产 (2)

在生产数据库上进行测试我经常遇到死锁,我试图找出导致死锁的原因。

我在生产中备份数据库并在测试中恢复它,当我执行在生产服务器上产生死锁的完全相同的场景时,我无法在测试中重现。

任何想法/提示/提示将不胜感激。

I've got two database servers,
(1) production
(2) test

on the production database I get frequent deadlocks and I'm trying to find out what is causing it.

I take a backup of the database in production and restore it in test and when I perform the exact same scenario that yields deadlocks on the production server I am unable to reproduce in test.

any ideas/tips/hints would be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

醉南桥 2024-10-20 18:54:30

没有适用于所有情况的简单解决方案,但您可能会发现启用快照隔离很有帮助。这样,严格来说是读取者的事务根本不参与锁定。这通常会消除很多麻烦。谷歌将向您展示如何做到这一点(这很简单)。

There is no easy solution that works in all cases but you might find it helpful to enable snapshot isolation. That way, transactions which are strictly readers do not participate in locking at all. This usually removes a lot of trouble. Google will show you how to do it (it is easy).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文