all groups > sql server dts > february 2005 >
You're in the

sql server dts

group:

Large Database


Large Database Jim Heavey
2/10/2005 3:29:03 PM
sql server dts: 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?

Re: Large Database Allan Mitchell
2/11/2005 12:22:02 PM
You do not have to pull all rows to SQL Server

Have a look at Linked Servers

[quoted text, click to view]
AddThis Social Bookmark Button