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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: DBAs:Databases 1:10 (Oracle) 1:31 (SQL Server)

Re: DBAs:Databases 1:10 (Oracle) 1:31 (SQL Server)

From: Jared Still <jkstill_at_gmail.com>
Date: Wed, 14 Jun 2006 10:20:18 -0700
Message-ID: <bf46380606141020p2723c6c1ycded64603adc0be7@mail.gmail.com>


On 6/13/06, oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> wrote:
>
> I attended a presentation yesterday on SQL2005. They claimed to have
> instituted a locking mechanism similar to Oracle's. I asked about
> flashback. Apparently you can create database snapshots but you have to
> know to create one just before somebody drops a table accidently. They
> are supposed to be getting back to me about FGAC.
>
>

The SQL Server 2005 snapshot is much like a snapshot in the storage sense.

That is, it uses copy-on-write to keep the snapshot up to date.

If you drop the table in the source, it will get copied to the snaphot before being dropped from the source.

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jun 14 2006 - 12:20:18 CDT

Original text of this message

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