You can script the stored procedures using SMO or in SSMS. You should use version control keep the code in it, then you know that you are scripting a particular release/revision.
You can also use SSIS to transfer objects (not only stored procedures).
John
> Dear all, > [quoted text clipped - 3 lines] > > harshad prajapati