Hello Experts,
I have learned from this link that to set the NOLOCK as default we need to SET TRANSACTION ISOLOLATION LEVEL READ UNCOMMITTED.
Also as specified in the SAP note # 1186745 I need to change sqlsrv.sbo file.
However the requirement is such that we dont want to do it as global setting.
While reading through I got to know we can do it using custom parameter in connection properties(using ConnectInit).
Can anyone please confirm how to do it as I have never set the custom parameter before.
~SN