I am writing a number of append queries to import new data into my tables, but I am wondering if this is the most efficient way to do so. I have looked at these queries’ SQL views, and the code required would be short enough to use in a RunSQL macro command. These queries, once all is in place, would not be run separately, as the entire update process would be macro-controlled.
Would it be more efficient to run this operation using OpenQuery or RunSQL macro commands, or is there any real difference.