Re: MS SQL Svr 7
Is there a quick & easy way to copy SQL stored procs from one database to another database and then compile it in the new database using T\SQL code? Other than getting the text from sp_helptext and executing it in the new database,I am at a loss.