RE: Oracle Vs SQL Server / Re: ORACLE-L Digest -- Volume 2001, Number 296

2001-10-24 Thread Eric D. Pierce
-- From: Farnsworth, Dave [EMAIL PROTECTED] Date: Mon, 22 Oct 2001 12:08:32 -0500 Subject: RE: Oracle Vs SQL Server Dave, Here is a site that will give you some of the info you are looking for. http://searchdatabase.techtarget.com/home/0,,sid13,00.html Also, there are too many

RE: Oracle Vs SQL Server

2001-10-22 Thread Farnsworth, Dave
Dave, Here is a site that will give you some of the info you are looking for. http://searchdatabase.techtarget.com/home/0,,sid13,00.html Also, there are too many Dave's in the world. Dave -Original Message- Sent: Monday, October 22, 2001 12:21 PM To: Multiple recipients of list

Re: Oracle to Sql Server

2001-08-30 Thread JOE TESTA
i'd think if u are abandoning oracle for M$, then check their website, i'm sure they have a way to do it, just like oracle's website has a way to go TO oracle FROM M$. joe [EMAIL PROTECTED] 08/30/01 12:06PM Hello Folks, I am looking for some cool script to move all the database objects

RE: Oracle to Sql Server

2001-08-30 Thread Walthour, Jon (GEAE, Compaq)
Title: Message Easy. Use SQL*Server's DTS (data transformation services) to pull the data from Oracle into SQL*Server. Jon Walthour -Original Message-From: Apps Sol [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 12:07 PMTo: Multiple recipients of list

RE: Oracle to Sql Server

2001-08-30 Thread Adrian Roe
Your best bet is to look at SQL Servers Data Transformation Services. So long as you have Net8 plus an Oracle OLEDB provider installed on the SQL2000 box you should be able to pull all of the Oracle tables across. Ade -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Oracle to Sql Server

2001-08-30 Thread Kevin Lange
to use the Oracle Transparent Gateway for DRDA to talk to our IBM DB2 mainframe database. Worked Great. -Original Message-From: JOE TESTA [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 30, 2001 12:07 PMTo: Multiple recipients of list ORACLE-LSubject: Re: Oracle to Sql Server

RE: Oracle to Sql Server

2001-08-30 Thread Farnsworth, Dave
: Walthour, Jon (GEAE, Compaq) [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 30, 2001 12:27 PMTo: Multiple recipients of list ORACLE-LSubject: RE: Oracle to Sql Server Easy. Use SQL*Server's DTS (data transformation services) to pull the data from Oracle into SQL*Server. Jon

RE: Oracle to Sql Server

2001-08-30 Thread John Lewis
recipients of list ORACLE-LSubject: RE: Oracle to Sql Server Easy. Use SQL*Server's DTS (data transformation services) to pull the data from Oracle into SQL*Server. Jon Walthour -Original Message-From: Apps Sol [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30

Re: Oracle to Sql Server

2001-08-30 Thread Apps Sol
Title: Message It's working. but how do I move those objects with CLOB Datatype ?? Any Ideas??? - Original Message - From: Walthour, Jon (GEAE, Compaq) To: Multiple recipients of list ORACLE-L Sent: Thursday, August 30, 2001 1:26 PM Subject: RE: Oracle to Sql

RE: Oracle to Sql Server

2001-08-30 Thread Shaw, Donnie
On sql server table create your column definition as a TEXT column. But be aware of the 2g limitation. -Original Message- Sent: Thursday, August 30, 2001 11:06 AM To: Multiple recipients of list ORACLE-L It's working . but how do I move those objects with CLOB Datatype ?? Any