sp_reset_connection does NOT reset the transaction isolation level to the server default from the previous connection's setting.
All stored procs should start with:
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
or whatever is appropriate for that proc.
Thanks to aspiring geek, Jimmy May for this tip. Details at
No comments:
Post a Comment