dbTalk Databases Forums  

multiple transformations in 1 dts

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


Discuss multiple transformations in 1 dts in the microsoft.public.sqlserver.dts forum.



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

Default multiple transformations in 1 dts - 04-13-2004 , 11:36 AM






What about having like 20 transformations in 1 dts

Should I check for each file up front and if not there then disable the individual transformation

Any ideas how to check for multiple files and then turn on or off multiple transformations in one dts? I don't mind using the exact names of the files in check and or transformation

thanks!

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

Default Re: multiple transformations in 1 dts - 04-13-2004 , 12:43 PM






A transformation is a mapping between a SourceColumn and a
DestinationColumn. Do you mean a DataPump task?.

You can very reasonably have 20 DP tasks in one package yes. Should you
check for the file for each of your DP tasks? Yes if you want to do things
gracefully.



--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org


"kdabda" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
What about having like 20 transformations in 1 dts?

Should I check for each file up front and if not there then disable the
individual transformation?

Any ideas how to check for multiple files and then turn on or off multiple
transformations in one dts? I don't mind using the exact names of the files
in check and or transformation.
Quote:
thanks!



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

Default Re: multiple transformations in 1 dts - 04-13-2004 , 01:16 PM



exactly. I have it set so that I have 1 data source and 1 data destination, and then like 20 DP tasks in between the 2. Is there a way to check for the file and then either turn on or off the DP task? Or how should I check for the file and then import if it is there, do I have to set up all seperate dts for each file?

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.