I have a select query in Execute SQL TASK(EST) like
select * from table
The result set is "Full Result" and assigned to an object variable. When I execute the task, it fails and throws error saying
"SSIS debug host has stopped working"
The same query if I run in Data Flow Task(DFT), query runs successfully and I am able to dump data into another table.
Is there any difference between their execution in EST and DFT ? IF yes, is there any workaround to make that query run in EST.
Thanks in Advance for the help.