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

Home -> Community -> Usenet -> c.d.o.misc -> Re: MSSQL vs Oracle - Just the facts

Re: MSSQL vs Oracle - Just the facts

From: <rock_cogar_at_my-deja.com>
Date: Tue, 23 Nov 1999 18:40:33 GMT
Message-ID: <81en30$9p2$1@nnrp1.deja.com>


Doug,

I an Oracle DBA for three 8.1.5 instances and one SQL Server 7.0 installation. All run on NT 4.0, sp 5. I am quite new to SQL Server 7, but my impression is that it has capabilities that are almost up to Oracle 7.x, but is much easier to take care of.

  1. Stored procedures.

SQL Server 7.0 does have stored procedures, but each command seems to have a '@' character at the front of it.

2. SQL Syntax.

SQL itself seems to be close to that in Oracle.

3. Case of Text.

SQL Server 7.0 seems to be insensitive to case ! Example: 'DOD' = 'DoD'

4. It looks like there are multiple databases per server in version 7.0.

Thanks,
Rock Cogar.
Oarcle DBA.
Radian International, LLC.
Oak Ridge, TN. USA.

In article <81ekgs$7n9$1_at_nnrp1.deja.com>,   Doug Coan <dcoan_at_aegonusa.com> wrote:
>
>
> Ok guys and girls - This is an issue that keeps on comming back. So, I
> would like to start a true features and functionality comparison. I'll
> probably put it out on a web page in time. Here is the start of a list
> that took me about 5 minutes to develop. Please add or dispute to your
> hearts content. Prove me right or wrong. I don't care. Thanks
> much..........
>
> My experience is 1 year with Oracle supporting 50+ instances on over
20
> servers, 4 years with Sybase on about 12 servers, 2 with MSSQL < 7 on
a
> few servers and a two recent MSSQL 7.0 servers. Sybase however, is no
> longer is a contender in this argument in my opinion.
>
> Please enjoy the following as a starting point only.............
>
> For Oracle
>
> Supports multiple platforms (NT, Unix, Linux)
> Many performance tuning options
> Supports multiple instances per server
> Supports shared server setup
> Parallel query and parallel server
> Sequences for automating item increments
> Packages for improved performance
> Ability to Monitor/review sql
> Significant performance information available
> Can run multiple versions from single server
> Support for more table index options (reverse,iot,etc..)
> Procedural language support and ANSI SQL in PL/SQL
> Standby server support
> Able to recover to point in time to failure
> Hot, cold, logical backup options
> Changed block level backups available
> Row Level Locking
> Inherent ROWID Support
>
> Against Oracle
>
> Difficult to setup
> Complex DBA support
> Expensive
>
> Against MSSQL
>
> NT only
> Few performance tuning options
> Single database per server
> Dedicated server setup only
> Single processes only
> Must be coded using tables
> Single stored procedurs
> No SQL monitoring capabilities
> Little performance tuning information available
> Only one version can be installed per server
> Few table index option supported
> ANSI SQL Support only
> n/a
> Only able to recover from last full backup
> Cold and logical backups only
> Datafile backups only
> Page level locking
> Must create own rowids
>
> For MSSQL
>
> Easy to setup
> Simple DBA support
> Cheap
>
> --
> Doug Coan
> Senior Client Server System Integrator
> AEGON USA
> dcoan_at_aegonusa.com
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Nov 23 1999 - 12:40:33 CST

Original text of this message

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