Viewing post 1 (of 1 total)
Define @V_ROW_CNT in the Parameter Mapping section of the Execute SQL Task.
Then write the query like this:
Select * from tablename where column_name > ?
The "?" represents the...
February 2, 2010 at 4:30 pm
#1112568