I wonder if you have a moment to answer a question. Basically, I am in an SSIS crash course! I have been using your book quite a bit, but it does not address the problem I am trying to solve, which is probably quite straightforward.
Basically, all I am trying to do is create an SSIS pkg that will read a list of stored procedures from a table. I set up an EXECUTE SQL TASK to do this. I am saving the result set to a variable (type object).
Next, I call a FOREACHLOOP container, which references the variable from the EXECUTE SQL TASK.
But I'm not sure what to do next?? I just want the FOR EACH LOOP to simply execute the stored procedure name as given by the first EXECUTE SQL TASK.
I was thinking to put another EXECUTE SQL TASK inside the FOR EACH LOOP, but I don't know how to reference the stored procedure name correctly, or if this is even allowable.
I am not a scripter
Can you please offer me some advice on what to do next?? I am desperate.
Basically, all I am trying to do is create an SSIS pkg that will read a list of stored procedures from a table. I set up an EXECUTE SQL TASK to do this. I am saving the result set to a variable (type object).
Next, I call a FOREACHLOOP container, which references the variable from the EXECUTE SQL TASK.
But I'm not sure what to do next?? I just want the FOR EACH LOOP to simply execute the stored procedure name as given by the first EXECUTE SQL TASK.
I was thinking to put another EXECUTE SQL TASK inside the FOR EACH LOOP, but I don't know how to reference the stored procedure name correctly, or if this is even allowable.
I am not a scripter
Can you please offer me some advice on what to do next?? I am desperate.