SSIS Result set, Foreachloop and Variable
问题 I'm having an issue and I don't know if this is possible to do. I have a simple SQL task. SELECT Name, email FROM table_name Using a result set, I'm trying to pass it to a variable and use it on a email task with a foreach loop but i having no luck getting this to work. If I do just one column, it works fine. My issue is multiple columns. Thanks for the help in advance. 回答1: I figured out my own question. I will add it here in case someone else have the same issue. On the SQL query the first