Hi,
I have a table that has one column that I need to look up or join with the result set of stored proc (sp) and find some information. This sp takes one input parameter (source table column value) and gives result set. How will I pass the input to the sp? Once input is passed, sp gives result set, and then I need to join one of the sp (result set) column to the incoming data, and bring additional columns in the pipeline.
Thanks, hsbal