I have two database in the same server let us call it MYDB1 and MYDB2.
I backed up all the SQL SP from MYDB1 using help of this forum (thanks to Sathyaram). Now I want to move the SP just restored to MYDB2. While doing so I want the following features:
1. If same name exists in the destination just overwrite it
2. After copying automatically bind all the SP
How do I do this??