|
Sorry, I didn't frame my question properly. I updated my question. I am trying to automate a process using SSIS where 1)A csv file comes from some database into a folder. (completed)
(comments are locked)
|
|
How about this: You may will use dynamic sql if the destination table name is dynamic.
(comments are locked)
|
|
If the table is dynamic, i.e. it changes, then you should always be creating the table when you need it, so I would check for it's existence, delete it if necessary and then recreate it
(comments are locked)
|

