cancel
Showing results for 
Search instead for 
Did you mean: 

How to make BO use isolation level 'read uncommitted' for SQL Server ?

Former Member
0 Kudos

When using oledb connection to SQL Server (XI R2) and a modified oledb.sbo parameter file BO still acts with isolation level 'read committed'. The sbo file has been modified by adding the following line in the SQL Server 2005 section of the file : u2018<Parameter Name="Transaction Isolation Level">READ UNCOMMITTED</Parameter>. This extra line does not result in a different isolation level being used. Other suggestions I found reflect the modification of the ConnectInit parameter in the connection definition. Apparently this requires a stored procedure ?.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Sql native connection together with a modified oledb.sbl does the trick.

Former Member
0 Kudos

Hello Ton,

Can you please explain how you did this in detail?

Thanks