Have a DF task that calls a procedure. The procedure returns a resultset. One of the fields is a calculated field in the procedure, using ISNULL. When I execute the procedure, my results are as expected. However, when I run the SSIS dataflow task, I set data viewers after the OLEDB source. The data in the column is the underlying table data, not what the procedure is returning. How can that be?
↧