As my requirement is import the data from CSV to OLEDB(daily in new table dynamically)
So prepared tasks
1.SQL Task --to create dynamic table by Property expressions
2.Data flow in For each loop - Collection :For each file Enumerator to select file fully qualified ==*cx*.csv
before the created Variable :::Tablename (or Tb is same nothing to worry) (String in Package level) and assigned Evalute expression :True(Below image)
in SQL Task-->
General Paze:: Result Set :NONE
Connection :OLEDB
SQL source Type: Direct Input
Expression paze:
Property:SQL source type: Expression (Check below image)
Now It is showing error String to int 32 ?
Is it correct process do Dynamic Table creation ??
My Ist TASK to Successfully Dynamically create the table in SSIS
So Please Help me
--THANKS
--MADHU