![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hello everyone, and thanks in advance to anyone who can help: SImple question: I'd like to copy stored procedures across multiple databases. DTS wizard seems to allow only DB to DB transports. Is this possible? and if so, how can I do this? |
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Then you can easily set this up in designer. If the stored procs are the same and the destinations are the same you can simply add the tasks to designer, choose to take over the stored procs only, choose to drop the destination objects first and make sure that you haven't specified anything like "Logins" as well. No code, no object model. Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com www.konesans.com - for all your consultancy needs |
#4
| |||
| |||
|
|
Thanks very much, Allan. In the case where one would like to transfer stored procedures from a single DB to thousands of other DB's, what would you consider to be the most efficient method in doing so? (BTW, I hadn't used DTS designer up to this point (I'm a new developer) and found it powerful and intuitive.) "Allan Mitchell" wrote: Then you can easily set this up in designer. If the stored procs are the same and the destinations are the same you can simply add the tasks to designer, choose to take over the stored procs only, choose to drop the destination objects first and make sure that you haven't specified anything like "Logins" as well. No code, no object model. Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com www.konesans.com - for all your consultancy needs |
![]() |
| Thread Tools | |
| Display Modes | |
| |