Closed joe-crawford closed 1 year ago
Select statements on data tables should have the with (nolock) hint added, to reduce lock contention.
with (nolock)
Resolved with PR #21
Select statements on data tables should have the
with (nolock)
hint added, to reduce lock contention.