I need to write ADF pipelines to completely migrate all tables and stored procedures from one Azure SQL db to another. I got a pipeline with foreach and copy activities to copy all tables, and want to do the same to migrate all stored procedures to new database. How can I copy the stored procedures?
Any assistance is appreciated. Thank you.