We have some background server processing in PB 17 that read from a static SQL Server Database - there appears to be some locking contention and it has been suggested that we have our SQL Queries implement NoLock.
Is that done in the ODBC connection and what parameter do we use? otherwise how is this implemented?