creating ssis package on the fly using C#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
hi friends I have created one ssis package using interface, it works fine flow is like oledbdatasource -> conditional splits like --> if action = 1 then oledb command 1 -> oledbcommand2 if action = 2 then oledb command 3 -> oledbcommand4 default output of conditional split to oledb destination i want to do this using C#. all the components like conditional split and oledbcommand should be add on the fly. any one can give me a hint or url for this. thanks so much