I am trying to run a query for multiple servers, but it is not inserting the results into the destination table from a different server. By debugging the Script from script component I got the error: Invalid Object Name: 'the table I am using to insert the results'. It works when running the query for the server where the destination table is, but not when running on a different server. In OLE DB Destination, I select the name of the destination table from drop list and it brings the schema next to the name; so the table is found. Am I missing something?
I only tried using OLE DB Destination. Is is correct or should I use another component?