Hi,
I need to propagate around 100 Procedures with all their dependent Objects from a source database to the destination database.
Dependency levels may be recursive in nature also. I would also want dependent tables data to get propagated.
Export Import may not be feasible since I do not want unwanted objects from the source database . Also, the source database is around 150GB in size. Can anyone suggest some solution/tool which may help.
Thanks!