I have 2 databases existing on 2 seperate servers. We'll call them A and B.
I need to get data FROM B, to A, and also base the rows FROM B on criterea from A.
In other words, I have a table on A with a list of IDs that I want. So I need the source table from B to talk to this table on A. Problem is, the servers aren't linked, and I can't link them due to my I.T. constraints.
I can't bring over the entire table from b, as it's too large to fit on A. So I need only the rows I have specific in a table on A.
How do I design a DTS package to read the rows from A, and then specify a query on B to use said rows?
I need to get data FROM B, to A, and also base the rows FROM B on criterea from A.
In other words, I have a table on A with a list of IDs that I want. So I need the source table from B to talk to this table on A. Problem is, the servers aren't linked, and I can't link them due to my I.T. constraints.
I can't bring over the entire table from b, as it's too large to fit on A. So I need only the rows I have specific in a table on A.
How do I design a DTS package to read the rows from A, and then specify a query on B to use said rows?