July 18, 2008 at 6:58 am
I would like to copy some stored procedures between SQL 2005 servers, not all.
Any input will be greatly appreciated in advance.
July 18, 2008 at 3:59 pm
Try the easy answer first: Any reason that you cannot use "Generate Scripts" from SSMS?
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]
Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
July 21, 2008 at 7:29 am
I usually do what rbarryyoung says
But if you are deploying to many servers frequently, you can consider an SSIS package.
Use the Transfer SQL Server Objects Task. You can specify which objects to copy to what databases.
Then slap that in an foreach loop using this technique
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply