查询sql遇到deadlock问题的解决 dn001 2009-06-08 15:16:28 只要使用with (nolock)即可! SELECT au_lname FROM authors WITH (NOLOCK)