good morning.
We need to copy tables from Access to SQL. Thing is the table names in the source vary from day to day. I've followed the steps shown in the solution to this post How do I programmatically get the list of MS Access tables within an SSIS package?
The problem is this:
I changed variable names and that's all since the problem stated in that post is quite similar to mine. I followed the steps and changed Country to a Table Name of my Access DB, lets say CITY. Problem is when the process Loops the tables in Access, the data copied to the tables in SQL is always the same. The data stored in CITY, it seems it's not changing tables, it always use the table provided to the OLE DB source (as shown in screenshot 14#) (the table name provided in the variable 'SelectQuery')
So I have all the tables in SQL created but they are all filled with the same information. Info coming from the same table (the one that has its name stated in the variable)
Thanks, any advice?