SSIS execute sql task get value from a query statement -
i using ssis 2008 , put simple query (not proc) in execute sql task (control flow). query generate 1 column single value, trying based on value decide whether following tasks. tried mapping value variable in parameter mapping. tried direction output/return value etc failed. query takes no parameter. know can create proc output parameter mapped variable wondering if there other options (e.g. not creating proc, it's simple query)?
as mentioned, need change sql task give result set on 'single row', can output result set variable.
from here can use constraints within control flow execute different tasks based upon outcome variable be; example:
Comments
Post a Comment