March 24, 2005 at 11:12 pm
Is there a way to change the default transaction isolation level, so that all connections to the database use this level? If not globally, is there a way to set a default for a specific user?
Thanks.
March 29, 2005 at 5:23 am
There are 4 types of transaction isolation levels. Here is the syntax :
SET TRANSACTION ISOLATION LEVEL
{ READ COMMITTED
| READ UNCOMMITTED
| REPEATABLE READ
| SERIALIZABLE
}
Once you set the Isolation level, it will work for that particular connection.
--Kishore
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy