SQL 2000 - SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED - TechRepublic
General discussion
April 29, 2004 at 01:23 PM
kathy_d

SQL 2000 – SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

by kathy_d . Updated 22 years, 2 months ago

SQL 2000 – SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

We are about to launch a web site. To speed up response time, we are thinking of adding SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in our stored procedures.

There is an understanding that this may transient 605 error messages. (e.g. When a query using NOLOCK or READ UNCOMMITTED attempts to read data that is in the process of being moved or altered by another user, a 605 error occurs.) Microsoft SQL Server 2000 has a service pack that contains this hotfix.

Does anyone have any positive or negative experience in
1)using SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
or
2)using the above after applying the Microsoft hotfix

Thank you,
Kathy

This discussion is locked

All Comments