Viewing 2 posts - 1 through 2 (of 2 total)
Why does it matter that you have two steps?
One possible solution would be to modify your SSIS package to include the execution of the stored procedure eliminating the need for...
February 10, 2015 at 8:04 pm
#1776811
Break down the query and start answering what is and is not working.
select a, b, c
from openquery (REM_SERV,'select a,b,c from X, Y, Z') ;
Does this Execute?
select a, b,...
February 10, 2015 at 7:49 pm
#1776810