Thursday, March 22, 2012

Copying stored procedures

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

Many thanks,

James

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 voilá, you done.

HTH, Jens Suessmeyer.

http://www.sqlserver2005.de

sql

No comments:

Post a Comment