How to create DDL from output columns in SSIS -


i have dataflow task has been created programmatically,

the data source connected dbms via ole db provider, can output columns source , map input columns of destination component.

but can't invoke reinitializemetadata() destination component because destination table doesn't exist.

therefore, want ddl output columns creating table. maybe, knows functionality provided in ssis purpose? in advance


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -