dbTalk Databases Forums  

Data Pump Task Row Count

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


Discuss Data Pump Task Row Count in the microsoft.public.sqlserver.dts forum.



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

Default Data Pump Task Row Count - 08-08-2005 , 10:58 AM






As said in my earlier query, I am using a DTS package to import data from
multiple SQL Server 2000 server database. They are all alike and hence I have
a common data pump task. I run a loop to change the connection setting of the
source in the data pump task.

I have certain lookups defined in the Data pump task.

When I run the DTS package, it does loop through the multiple servers,
transforms the data as designed. But the problem is that it limits the number
of rows imported to the rows imported in the first cycle of the loop.

Ex: if my source server 1 has 200 rows and source server 2 has 1500 and a
third server that has say 25000 rows, my DTS imports just 200 rows from each
of the servers when i run it.

Striking point is that when i execute the data pump task individually on the
three servers, it imports all the data.

This is really quite frustrating at times.

Any help appreciated.



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

Default Re: Data Pump Task Row Count - 08-08-2005 , 02:27 PM






Never seen this one before. What happens if another server goes before the
200 rows server? Is 200 rows a full dataset? What is the source statement?
query or proc or table?


--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Vikram Kamath" <VikramKamath (AT) discussions (DOT) microsoft.com> wrote

Quote:
As said in my earlier query, I am using a DTS package to import data from
multiple SQL Server 2000 server database. They are all alike and hence I
have
a common data pump task. I run a loop to change the connection setting of
the
source in the data pump task.

I have certain lookups defined in the Data pump task.

When I run the DTS package, it does loop through the multiple servers,
transforms the data as designed. But the problem is that it limits the
number
of rows imported to the rows imported in the first cycle of the loop.

Ex: if my source server 1 has 200 rows and source server 2 has 1500 and a
third server that has say 25000 rows, my DTS imports just 200 rows from
each
of the servers when i run it.

Striking point is that when i execute the data pump task individually on
the
three servers, it imports all the data.

This is really quite frustrating at times.

Any help appreciated.





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.