Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 question about concurrency

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-08-16 : 12:00:57
Did I understand correctly the Pesimistic access:
When we choose pessimistic access
-we lock all the rows of the table. right.
-other users still can access the table if they specify read only mode meaning if their intention is to only read the data and not modify it. am I right

Thanks for your help.


spirit1
Cybernetic Yak Master

11752 Posts

Posted - 2006-08-16 : 12:10:17
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=5959



Go with the flow & have fun! Else fight the flow
blog thingie: http://weblogs.sqlteam.com/mladenp
Go to Top of Page
   

- Advertisement -