Hello,
I have a system that accepts a file path as a parameter, dynamically creates a package that will create destination tables as needed and import the data.
This is easy if you use the GUI designer but, Automating this is my objective.
Problem: I am having trouble finding name of the object and method used by the SSIS designer when I click the New button in a dataflow destination Table screen.
Specifically, on the oledb destination editor, connection manager parameters, New button next to "Name of the Table or view. when clicked, it displays a ddl script to crate a table consistient withe the set of input columns.
I need this script creator so I do not need to write or integrate another one.
Thanks,
Matt.