BUG: SH_PAGE Locks When Executing Sproc w/READ UNCOMMITTEDID: Q153225
|
If a stored procedure is executed with a reused plan in cache, SH_PAGE locks can be incorrectly acquired when using SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED. This occurs only if the reused plan in cache was originally executed without this isolation level. If the execution of the procedure requires a new plan, the problem does not occur(for example, EXEC WITH RECOMPILE).
Additional query words: trace flag 1200
Keywords :
Version : 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: March 29, 1999