更新クエリに with(NOLOCK) を入れようとしています:
UPDATE pth_patchLookup with(nolock) SET ScanDateTime = Getdate() WHERE RegID = 312
しかし、次のメッセージが表示されます。
NoLock hint is supported only with Select statement and not with update, insert and delete.
この更新クエリに「NOLOCK」を適用できる方法はありますか?
助けてくれてありがとう