We require to convert a list of SPs to SSIS packages. Most of the SPs do the below steps:
mainly our store procedure r to have compare the preset date to past date , and comparing id between the files and also some joins. update table r take place.
can u help me with clear steps to do...
Problem: currently we have numerous stored procedures (very long up to 10,000 lines) which were written by various developers for various requirements in last 10 years. It has become hard now to manage those complex/long stored procedures (with no proper documentation).
We plan to move those stored procedure into SSIS ETL package.
Has anybody done this is past? If yes, what approach should one take.
Appreciate if anybody could provide advise on approach to convert stored procedure into SSIS ETL Packages.
thank you in advance..