查询sql遇到deadlock问题的解决 2022-07-15 80酷酷网 80kuku.com 解决|问题只要使用with (nolock)即可!SELECT au_lname FROM authors WITH (NOLOCK)