Copying stored procedures

Hi, Could someone please advise me of how to copy stored procedures from one database to another

Many thanks,

James



Answer this question

Copying stored procedures

  • C Ruybal

    Hi,

    which version of SQL Server are you using Normally I would script the procedures, get the script and execute it on the other server and voila, you done.


    HTH, Jens Suessmeyer.

    ---
    http://www.sqlserver2005.de
    ---


  • Copying stored procedures