Groups | Blog | Home
all groups > sql server dts > april 2004 >

sql server dts : multiple transformations in 1 dts


kdabda
4/13/2004 9:36:05 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

kdabda
4/13/2004 11:16:04 AM
Allan Mitchell
4/13/2004 6:43:52 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


[quoted text, click to view]
transformations in one dts? I don't mind using the exact names of the files
in check and or transformation.
[quoted text, click to view]

AddThis Social Bookmark Button