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 -> sql server 2005 -- reads no longer block rights?

sql server 2005 -- reads no longer block rights?

From: Jason <someone_at_somwhere.com>
Date: Fri, 27 Aug 2004 19:27:00 GMT
Message-ID: <8WLXc.3115$uq1.319090@twister.southeast.rr.com>


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 Received on Fri Aug 27 2004 - 14:27:00 CDT

Original text of this message

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