I have an sql task that retrieves a value from my table.
select name from tbl_1 where id = ?
I go into the parameters page with the following options
user::var Input Numeric 0
When I run the task it crashes with an unspecified error. Am I doing someting wrong?