Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Identity question
Message
From
11/07/2000 00:06:51
 
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00388555
Message ID:
00390582
Views:
22
Mike,

Thanks for the info. I knew it wasn't that simple. :-)

John


>This behavior is goverened by the TRANSACTION ISOLATION level. The way only way to get the behavior that you're looking for is to change the TRANSACTION ISOLATION to REPEATABLE READ or SERIALIZABLE (this will cause SQL Server to maintain locks until the end of the transaction) and enclose all the read queries (SELECT) and modification queries (INSERT, UPDATE, and DELETE) within a user transaction.
Previous
Reply
Map
View

Click here to load this message in the networking platform