I am trying to use SSIS to insert a row with multiple parameters but I get this error :
[Execute SQL Task] Error: Executing the query "insert into ids (id,sqljobname,ojobname,ojobstartd..." failed with the following error: "The statement has been terminated.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
This is how I set up the Execute SQL Task:
insert into ids (id, sqljobname, ojobname, ojobstartdate)
values (?, ?, ?, ?)
Please let me know where I set it up wrong. I don't think the ParentJobStartDate is an issue because I set it up with string.