Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Avoiding any locks in SQL Servers - read and understand....its magic.
Hi, Aron !
Sorry, if forgot to say, that the client is immediately informed, that
the data is written, although the server has them still in work within
transaction, which may have been delayed, till other transactions are
finished. From Client point of view, the server works like a charm, no
locks, no errors, hispeed.
The merge replication in SQL Server 2000 with MSDE is similar, its like
MVTO on a single table. MR rearrages updates and merges them into the
master server. With true MVTO also there is a timestamp on transaction
itself, so that updates on many tables are handled correctly.
regards, Guido Stepken
Aaron Bertrand - MVP wrote:
>>possible to delay one transaction as long, as the other transaction >>writing into the database.