I am trying to load a table created dynamically through a variable how do i do this?
i have a 2 varaibles created one get the table name and other variable creates the table using the variable value
i have two exec sql task to do the above. one for get the table name and stores in the varaible1 and second exec sql task to create the table using the variable as Sqlsourcetype
now here is the thing
i am trying to use the newly dynamically created table in the oledb destination using table name or view name variable fast load as data access mode but it gives me the error messgae saying destination table name has not been provided
please let me know on how to get select the dynamic table as destination on Oledb Destination
thanks
↧