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: MS SQL hasn't given up!

Re: MS SQL hasn't given up!

From: Jan Pruner <jan_at_pruner.cz>
Date: Fri, 28 Feb 2003 07:19:10 -0800
Message-ID: <F001.0055CEE6.20030228071910@fatcity.com>


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: jan_at_pruner.cz

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: ListGuru_at_fatcity.com (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).
Received on Fri Feb 28 2003 - 09:19:10 CST

Original text of this message

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