Hi All,
I have a sample batch macro attached. Obviously I do not know what I am doing. Basically I am trying to take 50 different tables from one database and import them into a different database. The query is simple but the tables are all of different structure.
Select * from TABLE where lastupdatedt >=dateadd(day,-5,Getdate())
I have attached an example.
I basically have two questions:
1. How do I finish this macro? How do I tell it to update my local tables?
I am getting a error saying
Warning: Dynamic Input (5): The file "" has a different number of fields than the 1st file in the set and will be skipped
2. What does this mean?