Copying Stored Procedures from one Server to Another

  • I have about 15-16 to stored procedures. I need to copy all of them to another server (to different database).

    I can do that by passing the whole procedure as commandstring.

    But it is not a proper way.

    Any suggestions???

     

  • You generate the script of Stored procedure. and execute this script using Query analyser on New Server. I think this is the best option.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply