In the join node with the left outer join type, add the primary key(s) from the right hand table to the output. Then add a projection node above the join, and add filters to the columns from the right hand table, with ISNULL.
↧
In the join node with the left outer join type, add the primary key(s) from the right hand table to the output. Then add a projection node above the join, and add filters to the columns from the right hand table, with ISNULL.