| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: Theoretical Basis for SELECT FOR UPDATE
vc wrote:
> SELECT FOR UPDATE is not needed for databases with a locking
> concurrency scheduler (SQL Sever, etc) and consequently not
> implemented there.
So why does SQL Server (6.5 up) provide
SELECT .. FROM tablename (UPDLOCK)
?
It is (as someone else pointed out) useful to avoid some forms of deadlock (due to the promotion of S to X locks). Received on Thu Oct 06 2005 - 17:09:16 CDT
![]() |
![]() |