|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Parameter based DTS Transformation
How can I implement this logic in my DTS package?
IF GlobalVariable1 = '10/21/2004' THEN Do Transformation1 (parameter1) ELSE Do Transformation2 (parameter1,parameter2) END IF |
|
#2
|
||||
|
||||
|
create an active x script task and use the DTS Library.
All the info is here. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dtsprog/dtspapps_2e5f.asp |
|
#3
|
|||
|
|||
|
Conditional Workflow in DTS
Hi Al Dev,
I can not use VB. I need to implement this conditional workflow inside DTS package on SQL Server. Actually I found a good article on this topic at http://www.sqldts.com/default.aspx?103 |
|
#4
|
||||
|
||||
|
ok, there is a type of dts task called active x script task. that uses vb script. good luck.
|
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > Parameter based DTS Transformation |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|