dbTalk Databases Forums  

Difference between data Driven task and Datapump

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


Discuss Difference between data Driven task and Datapump in the microsoft.public.sqlserver.dts forum.



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

Default Difference between data Driven task and Datapump - 04-11-2005 , 11:53 AM






I'm using a datapump task to transfer records from a CSV file to a table,I
am doing validation while tranforming and when it's done ,I use an stored
procedure to enforce my business rules.somebody told me that Data Driven
task will do the same thing and it's better than using stored procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks



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

Default Re: Difference between data Driven task and Datapump - 04-11-2005 , 01:05 PM






A DDQ will operate on every row of data Row * Row (As will an Active
Script transform with Lookups). Personally until the next version of
DTS comes out I would

Stage the text file and perform TSQL upon it to get it into your proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote


Quote:
I'm using a datapump task to transfer records from a CSV file to a table,I
am doing validation while tranforming and when it's done ,I use an stored
procedure to enforce my business rules.somebody told me that Data Driven
task will do the same thing and it's better than using stored procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks


Reply With Quote
  #3  
Old   
Ray5531
 
Posts: n/a

Default Re: Difference between data Driven task and Datapump - 04-12-2005 , 12:42 AM



I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
A DDQ will operate on every row of data Row * Row (As will an Active Script
transform with Lookups). Personally until the next version of DTS comes
out I would

Stage the text file and perform TSQL upon it to get it into your proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote


I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an stored
procedure to enforce my business rules.somebody told me that Data Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks




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

Default Re: Difference between data Driven task and Datapump - 04-12-2005 , 01:26 PM



Personally I would probably not use it although I can see how it is noce
and convenient. I would consider for small datasets only.

Allan

"Ray5531" <Ray5531 (AT) microsoft (DOT) com> wrote


Quote:
I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eZl5SBsPFHA.3076 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
A DDQ will operate on every row of data Row * Row (As will an Active Script
transform with Lookups). Personally until the next version of DTS comes
out I would

Stage the text file and perform TSQL upon it to get it into your proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote


I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an stored
procedure to enforce my business rules.somebody told me that Data Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks



Reply With Quote
  #5  
Old   
RayAll
 
Posts: n/a

Default Re: Difference between data Driven task and Datapump - 04-12-2005 , 03:02 PM



So you think row per row processing is the only disadvantage of using DDQ?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Personally I would probably not use it although I can see how it is noce
and convenient. I would consider for small datasets only.

Allan

"Ray5531" <Ray5531 (AT) microsoft (DOT) com> wrote in message
news:Ray5531 (AT) microsoft (DOT) com:

I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eZl5SBsPFHA.3076 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
A DDQ will operate on every row of data Row * Row (As will an Active
Script
transform with Lookups). Personally until the next version of DTS comes
out I would

Stage the text file and perform TSQL upon it to get it into your proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote in message
news:RayAll (AT) microsft (DOT) com:

I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an
stored
procedure to enforce my business rules.somebody told me that Data
Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks





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

Default Re: Difference between data Driven task and Datapump - 04-12-2005 , 03:21 PM



Yeah pretty much.



"RayAll" <RayAll (AT) microsft (DOT) com> wrote


Quote:
So you think row per row processing is the only disadvantage of using DDQ?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ukiIhx4PFHA.2468 (AT) tk2msftngp13 (DOT) phx.gbl...
Personally I would probably not use it although I can see how it is noce
and convenient. I would consider for small datasets only.

Allan

"Ray5531" <Ray5531 (AT) microsoft (DOT) com> wrote in message
news:Ray5531 (AT) microsoft (DOT) com:

I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eZl5SBsPFHA.3076 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
A DDQ will operate on every row of data Row * Row (As will an Active
Script
transform with Lookups). Personally until the next version of DTS comes
out I would

Stage the text file and perform TSQL upon it to get it into your proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote in message
news:RayAll (AT) microsft (DOT) com:

I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an
stored
procedure to enforce my business rules.somebody told me that Data
Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I just
wondered if DataDriven gives me a better way of doing so.

Thanks




Reply With Quote
  #7  
Old   
RayAll
 
Posts: n/a

Default Re: Difference between data Driven task and Datapump - 04-13-2005 , 11:16 AM



Thanks Allan,
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote

Quote:
Yeah pretty much.



"RayAll" <RayAll (AT) microsft (DOT) com> wrote


So you think row per row processing is the only disadvantage of using
DDQ?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ukiIhx4PFHA.2468 (AT) tk2msftngp13 (DOT) phx.gbl...
Personally I would probably not use it although I can see how it is
noce
and convenient. I would consider for small datasets only.

Allan

"Ray5531" <Ray5531 (AT) microsoft (DOT) com> wrote in message
news:Ray5531 (AT) microsoft (DOT) com:

I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eZl5SBsPFHA.3076 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
A DDQ will operate on every row of data Row * Row (As will an Active
Script
transform with Lookups). Personally until the next version of DTS
comes
out I would

Stage the text file and perform TSQL upon it to get it into your
proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote in message
news:RayAll (AT) microsft (DOT) com:

I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an
stored
procedure to enforce my business rules.somebody told me that Data
Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I
just
wondered if DataDriven gives me a better way of doing so.

Thanks






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

Default Re: Difference between data Driven task and Datapump - 04-13-2005 , 01:18 PM



Whilst I have not been overly kind to this task it can be your friend so
test your intended solutions and see which fits to your constraints the
best

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote


Quote:
Thanks Allan,
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ODbn7x5PFHA.3716 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
Yeah pretty much.



"RayAll" <RayAll (AT) microsft (DOT) com> wrote


So you think row per row processing is the only disadvantage of using
DDQ?

"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:ukiIhx4PFHA.2468 (AT) tk2msftngp13 (DOT) phx.gbl...
Personally I would probably not use it although I can see how it is
noce
and convenient. I would consider for small datasets only.

Allan

"Ray5531" <Ray5531 (AT) microsoft (DOT) com> wrote in message
news:Ray5531 (AT) microsoft (DOT) com:

I didn't finally get weather you would use it or not?
Sorry about that.Can u giive me more explanation?

Thanks
"Allan Mitchell" <allan (AT) no-spam (DOT) sqldts.com> wrote in message
news:eZl5SBsPFHA.3076 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
A DDQ will operate on every row of data Row * Row (As will an Active
Script
transform with Lookups). Personally until the next version of DTS
comes
out I would

Stage the text file and perform TSQL upon it to get it into your
proper
structure.

Allan

"RayAll" <RayAll (AT) microsft (DOT) com> wrote in message
news:RayAll (AT) microsft (DOT) com:

I'm using a datapump task to transfer records from a CSV file to a
table,I
am doing validation while tranforming and when it's done ,I use an
stored
procedure to enforce my business rules.somebody told me that Data
Driven
task will do the same thing and it's better than using stored
procedure.My
stored peocedure to check the business rules is fairly complex.I
just
wondered if DataDriven gives me a better way of doing so.

Thanks





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.