Hi @Nandhu Nand's,
Usually, stored procedures are called in SSIS via the following two methods:
- In OLEDB Source in a Data Flow Task.
- In Execute SQL Task.
Please check the following visual tutorials:
- Use Stored Procedure in OLE DB Source in SSIS
https://www.youtube.com/watch?v=0oyQhvib2EU - How to call stored procedure with parameters in SSIS
https://www.youtube.com/watch?v=MAQgFu8TuCk