I have migrated a DTS to SSIS and it did not migrate properly. Getting all sorts of messages. The source is an the execution of a stored procedure. The source says SQL COMMAND. And the command is not a SELECT it is EXEC XXXXXX where xxxx is the stored procedure. SSIS seems to be having a problem with this. I tried adding the columns manually and then I get metadata errors. I tried started from scratch and using the wizard but it will not allow for the execution of a stored procedure. I tried building from scratch and again I get metadata errors.
Does SSIS support the execution of a stored procudere ? It is very complex stored procedure.
The only other option I can think of is to insert the results of the stored procedure into a table and then drive the connection with the table where SSIS will not have any problems.
A have a lot more like this I was trying to avoid doing that.
The other funny thing is I have a few which are done the same way (EXEC XXX) and they migrated perfectly.
Any suggestions ?
Remember when... everything worked and there was a reason for it?
Does SSIS support the execution of a stored procudere ? It is very complex stored procedure.
The only other option I can think of is to insert the results of the stored procedure into a table and then drive the connection with the table where SSIS will not have any problems.
A have a lot more like this I was trying to avoid doing that.
The other funny thing is I have a few which are done the same way (EXEC XXX) and they migrated perfectly.
Any suggestions ?
Remember when... everything worked and there was a reason for it?