Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Transact-SQL (2000)
 Copying a stored procedure

Author  Topic 

cbecerra
Starting Member

38 Posts

Posted - 2001-10-10 : 11:24:36
To copy a table from one SQL server to a remote server you simply use the COPY INTO statement. What about when the task is to copy a Stored proc from one SQL sever to a remote server. Does anybody have an idea on how to acomplish this task?

Thanks
.Cesar

   

- Advertisement -