Hi everybody!
I'm not an expert using SSIS and something strange append in my package.
I want to join a small table with a huge view.
I use a "Left outer join" because I need the data corresponding with the small table from the view.
My problem is that the merge don't find any matching data in the huge view for the data in the small table.
I check in the database, data exists in the view.
I add a data viewer between the "OLE DB Source" on my view and the "Merge Join" component and the number of rows dislayed in the data viewer are significantly smaller than the number of rows I have in the database!
I when I ask to SSIS to continue to process, the number of rows increased up to the correct value in base...
Is it possible that it's too long for SSIS to compute the total view before executing the merge ?
Can I ask it to wait ?
Thank for your help!
Gaelle
I'm not an expert using SSIS and something strange append in my package.
I want to join a small table with a huge view.
I use a "Left outer join" because I need the data corresponding with the small table from the view.
My problem is that the merge don't find any matching data in the huge view for the data in the small table.
I check in the database, data exists in the view.
I add a data viewer between the "OLE DB Source" on my view and the "Merge Join" component and the number of rows dislayed in the data viewer are significantly smaller than the number of rows I have in the database!
I when I ask to SSIS to continue to process, the number of rows increased up to the correct value in base...
Is it possible that it's too long for SSIS to compute the total view before executing the merge ?
Can I ask it to wait ?
Thank for your help!
Gaelle