博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LOCK_TIMEOUT
阅读量:6086 次
发布时间:2019-06-20

本文共 602 字,大约阅读时间需要 2 分钟。

SET LOCK_TIMEOUT 1000

begin tran TranNameA
select * from tablenameA WITH (updlock) where...
 
waitfor delay '00:00:05'

 

 

https://blog.csdn.net/ruthywei/article/details/73558885

 

query1:

begin tran TranNameA

select * from [cap-test].[Cap].[Received] with (rowlock holdlock) where id='1054025814804271104'

waitfor delay '00:00:35'
commit tran TranNameA

 

query2:

update [cap-test].[Cap].[Received] set Retries=1 where id='1054025814804271104'

 

query3:

select * from [cap-test].[Cap].[Received] where id='1054025814804271104'

 

从query1顺序执行到query3

 

query3这个时候也需要等待

 

转载于:https://www.cnblogs.com/coolyylu/p/10140487.html

你可能感兴趣的文章
cad图纸转换完成的pdf格式模糊应该如何操作?
查看>>
Struts2与Struts1区别
查看>>
网站内容禁止复制解决办法
查看>>
Qt多线程
查看>>
我的友情链接
查看>>
想说一点东西。。。。
查看>>
css知多少(8)——float上篇
查看>>
NLB网路负载均衡管理器详解
查看>>
水平添加滚动条
查看>>
PHP中”单例模式“实例讲解
查看>>
VS2008查看dll导出函数
查看>>
VM EBS R12迁移,启动APTier . AutoConfig错误
查看>>
atitit.细节决定成败的适合情形与缺点
查看>>
Mysql利用binlog恢复数据
查看>>
我的友情链接
查看>>
用yum安装mariadb
查看>>
一点IT"边缘化"的人的思考
查看>>
WPF 降低.net framework到4.0
查看>>
搭建一个通用的脚手架
查看>>
开年巨制!千人千面回放技术让你“看到”Flutter用户侧问题
查看>>