在Update语句中使用无锁的方式进行更新 Posted on 2020年5月3日 by 岩 在Sql Server 中 使用无锁方式执行Update语句 如下 Update talblename set Column=’XX’ from Table TableName with(nolock) where XXX