I am using linked server to transfer data from SQL server to Oracle database. Transfer is really slow. I want to shift to DTS , how can we use stored procedure inside DTS.
Can be put data from a temporary table inside the procedure to oracle tables using DTS
I know you can execute a stored procedure in a DTS package.
Use the "execute sql task" button. Just put your sp name in the sql statement box. But I don't think you can transfer data from a temp table (created in the Sp above) to an another destination.
But maybe the "transform data task" has enough possibilities to change your data. Experiment with that a little.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.