Ok here's my issue:
I have two connections setup one with my source and one with my destination. My source connection for simplistic sake has Table A and part of an earlier process I brought in Table B which now sits in my destination connection. The values of each are as follows:
Table A (Located on my Source Connection)
Name
A
B
C
Table B (Located on my Destination Connection)
Name
A
B
What I would like to do is part of my ole db source query filter the rows of Table A so that I only bring in those rows that match with Table B.
I simplified this process but the issue I am having is my real table A has millions of rows but I will only need to pull a subset of them, those that relate to my table b. I don't want to have to bring the entire set of data over every time I run the package.
Any help you can provide will be appreciated.
Thanks!
K.B.
I have two connections setup one with my source and one with my destination. My source connection for simplistic sake has Table A and part of an earlier process I brought in Table B which now sits in my destination connection. The values of each are as follows:
Table A (Located on my Source Connection)
Name
A
B
C
Table B (Located on my Destination Connection)
Name
A
B
What I would like to do is part of my ole db source query filter the rows of Table A so that I only bring in those rows that match with Table B.
I simplified this process but the issue I am having is my real table A has millions of rows but I will only need to pull a subset of them, those that relate to my table b. I don't want to have to bring the entire set of data over every time I run the package.
Any help you can provide will be appreciated.
Thanks!
K.B.