Sorry but point 7 isn't exactly true.

Transaction logging does take place and can be backed up for reapplication to a database backup.

Its not perhaps as well implemented as Oracle's but I have a system with the transaction log backed up every 30 minutes.

The implementation is different but the effect is the same with the ability to do point in time recovery. And they do have log shipping capability in SQL Server 2000 (Enterprise).

The point that really bothered me was the lack of multiplexing the writes to the transaction logs (redo). DB2/UDB has it. The MSS method (only option) is to Mirror.

David



From: Jan Pruner <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]>
Subject: Re: MS SQL hasn't given up!
Date: Fri, 28 Feb 2003 07:19:10 -0800

Fresh in memory because 2 days ago I had meeting with MS SQL people from
Microsoft.
I will talk about MS SQL 2000 Enterprise.
1. MS SQL cannot handle exception. There is nothing like EXCEPTION WHEN ...
THEN.

2. MS SQL has nothing like package.

3. MS SQL has nothing like partitioned table (next release in 2 years will
have)

4. There is nothing like INSERT NOLOGGING. You have start/stop logging for
whole session.

5. There's nothing like sequence (Well, IDENTITY column IS NOT sequence).

6. Well, you can use undocumented function pwdencrypt and pwdcompare to store
passwords (the same hash function for storing users password is using MS SQL)
:-)


7. There is nothing like ARCHIVE MODE in MS SQL.

Just my notes from meeting.

JP

On Thursday 27 February 2003 21:35, you wrote:
> I agree - the biggest advantage Oracle has to MS SQL Server is Unix
> stability to Windows stability.
>

--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: Jan Pruner
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail


--
Please see the official ORACLE-L FAQ: http://www.orafaq.net
--
Author: david davis
 INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).



Reply via email to