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:15:23 -0700
Message-ID: <bf46380606141015u2f002e16o334b08079bdc0159@mail.gmail.com>


On 6/13/06, Zelli, Brian <bzelli_at_greatbatch.com> wrote:
>
> As a SQL server and oracle DBA, the concept of schema's was introduced
> in SQL Server 2005. I was just at a class where they said that they
> want to make SQL Server more "oracle like"
>
>

Enhanced in SQL SErver 2005, yes.

Introduced, no.

From the SQL Server 2000 books online:

CREATE SCHEMA AUTHORIZATION ross
GRANT SELECT on v1 TO public
CREATE VIEW v1(c1) AS SELECT c1 from t1
CREATE TABLE t1(c1 int)

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

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

Original text of this message

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