dbTalk Databases Forums  

Expensive "Select rowid" Query in DTS

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


Discuss Expensive "Select rowid" Query in DTS in the microsoft.public.sqlserver.dts forum.



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

Default Expensive "Select rowid" Query in DTS - 11-02-2005 , 03:52 PM






Greetings and thank you for reading my question,

I am relatively new to DTSs and I have run into an issue. I have a SQL
Server DTS that reads data from several Oracle tables and saves the data into
one Oracle table that is then used for reporting. The trouble that I have
run into is that the DTS is taking a very long time to execute. The package
does a very simple transformation just to map columns. The DTS seems to be
executing a "Select rowid" query internally against the one destination
'master' table every time it executes. That destination 'master' table has
over 18 million rows in it and so it takes quite a while to return the
results of that query.

Does anyone happen to know why the DTS needs to run that query against the
destination table and is there any way to stop it from doing so?


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.