dbTalk Databases Forums  

DTS doing "SELECT * from OracleTable" when transfering SQL2000->Or

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


Discuss DTS doing "SELECT * from OracleTable" when transfering SQL2000->Or in the microsoft.public.sqlserver.dts forum.



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

Default DTS doing "SELECT * from OracleTable" when transfering SQL2000->Or - 02-19-2005 , 02:31 PM






Hi!

I've create a simple DTS that transfers a table's data from SQL Server 2000
SP3a to an Oracle 9.2 table using the MS OLEDB provider for Oracle. This
process is done daily. Currently, the table on the Oracle server already
contains 200,000 rows and it seems that DTS is doing something like a "SELECT
* from Table(on Oracle)" before starting the transfer. I don't know why it's
doing it since the transfer is from MS SQL Server to Oracle...

Has anymone ever encountered this? The table on the Oracle server will
eventually contain > 100 millions rows. If DTS does a "SELECT * from ..."
everytime we run the DTS (everyday), it will get very slow very fast.

Please help.

Thanks.

Patrick

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.