Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copying SP to another DB

Status
Not open for further replies.

sagn

Programmer
Jun 7, 2001
166
US
Is there a way to copy a SP from one DB to another
at the command line?


I was wondering if there was some sort of
sp_ command or something that would do this?

Thanks

ds
 
Check out SQL-DMO and SP_OA procedures. SQL BOL has considerable information and there are several samples provided in the SQL Development tools. Check the following link as well.

Developing SQL-DMO Applications
Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it and comment if you have time.
NOTE: Reference to the FAQ is part of my signature and is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top