dbTalk Databases Forums  

Large Database

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Large Database in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jim Heavey
 
Posts: n/a

Default Large Database - 02-10-2005 , 05:29 PM






I have an Oracle table which has about 30 millions rows on it. I have a SQL
table which has about 20 thousand rows on it. I want to pull from the Oracle
table the corresponding rows from the SQL table. Would I use DTS for this?
Is there a way for me to join the information from these two tables or an I
forced to bring down all 30 million rows from the oracle table and then load
them into a SQL table and then do my join at that time? Sounds like a awful
lot of processing. ANy ideas of how this might be structured?



Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Large Database - 02-11-2005 , 06:22 AM






You do not have to pull all rows to SQL Server

Have a look at Linked Servers

"Jim Heavey" <JimHeavey (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have an Oracle table which has about 30 millions rows on it. I have a
SQL
table which has about 20 thousand rows on it. I want to pull from the
Oracle
table the corresponding rows from the SQL table. Would I use DTS for
this?
Is there a way for me to join the information from these two tables or an
I
forced to bring down all 30 million rows from the oracle table and then
load
them into a SQL table and then do my join at that time? Sounds like a
awful
lot of processing. ANy ideas of how this might be structured?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.