Hi all,
Done a search but nothing quite asks what I want to do.
I need to export about 100 tables from multiple database on one server to csv's. These need to include the column names and the name of the csv should take the table name.
The BCP solutions all seem a bit of a kludge so was thinking SSIS should be able to do this.
I am thinking of loading an Object variable with the table names and using a For Each container.
Script to change the csv name every iteration
But how do I setup the Connection Manager(s).
I am thinking a For Each container for each separate DB and then break the process down by Databases's
Just seems a bit heavy handed.
Anyone any ideas ?
Many thanks