Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: sql server 2005 -- reads no longer block rights?

Re: sql server 2005 -- reads no longer block rights?

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sat, 28 Aug 2004 09:54:12 -0700
Message-ID: <1093712107.589968@yasure>


Jason wrote:

> Has anyone here seen this? Does anybody have any additional info?
>
>
> Statement-Level Snapshot which maps to Repeatable Read for Oracle. This is
> the most common Isolation level for Oracle applications. (ALTER DATABASE
> <db> SET READ_COMMITTED_SNAPSHOT ON)
> Transaction-Level Snapshot which maps to Serializeable for Oracle. (ALTER
> DATABASE <db> SET ALLOW_SNAPSHOT_ISOLATION ON)
>
> Full story at the link below:
>
> http://tinyurl.com/5mz47

They have been desperately working to achieve this. But the statement that "The good new is SQL Server 2005 solves this." is a bit of misdirection as the product does not exist.

One also has to wonder whether, like row level locking, they have implemented a minimalist version just so that they can make the marketing claim.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sat Aug 28 2004 - 11:54:12 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US