March 27, 2004 at 7:07 am
My question is: Will the EXEC'd stored procedures run as if the Transaction Isolation Level had been explicitly set within those stored procedures? In other words, do the EXEC'd stored procedures inherit the Transaction Isolation Level of the "main" stored procedure?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2004 at 9:54 am
I believe the answer is yes.
Above sets the transaction isolation level for the entire user session.
So it seems to me that when it encounters this within your stored procedure, that it would override/replaces your current isolation level for the session.
GaryA
March 27, 2004 at 10:01 am
Kind'a what I thought... Thanks for the quick reply, Gary!
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply