Posted on 16th September 2024|45 views
can anyone tell me how to execute stored procedures in SSIS
Posted on 16th September 2024| views
We can execute the stored procedure through the following code:
EXEC stored_procedure1 par1 par2;