Hi all,
I have an SSIS package that has many steps to update a SQL Server Table from various sources. At the end of these series of updates, I have a stored procedure within SQL Server that updates various fields (using a cursor) (no parameters to pass or anything, just run it).
How can I add one last step in the SSIS package, to Run that stored procedure?
I am thinking that this should be very simple. Shouldn't it?
Thank you.
Kody_Devl