Reputation: 4294
Im new to ssis ,
I have a table like ↓
no tablename
1 table1
2 table2
3 table3
what I want use ssis to do is ....
1, create a folder as name yyyyMMddhhmmss
2, fetch the table names from above table
3, export all the tables to files with their own name.
thanks for your help.
Upvotes: 1
Views: 395