04 2013 档案

updlock 与 holdlock 区别
摘要:begin tran begin tran select * from a with(updlock) where [id] in (2,3,4) waitfor delay '00:00:04' commit tran在另外一个sql连接中这样写: select * from a with(up... 阅读全文

posted @ 2013-04-01 15:50 wanglgkaka 阅读(2356) 评论(0) 推荐(1)

导航