dbTalk Databases Forums  

move stored procs from one db to another in sql 2005

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss move stored procs from one db to another in sql 2005 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
tom.a.miller@gmail.com
 
Posts: n/a

Default move stored procs from one db to another in sql 2005 - 01-29-2006 , 08:26 PM






I was very fond of using the sql 2000 DTS wizard to move stored
procedures from one db to another. It was dirt easy using the wizard.

I opened up sql 20005 management studio, right clicked on the db >
Import Data> and there is no longer the option "move objects between
db" anymore!

Where did it go? I would like a wizard to do this because i do it
often. I do not want to use the sql developer studio DTS/coding thing.
I don't have time for that nonsense every time I want to move procs
over.

Please help.


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: move stored procs from one db to another in sql 2005 - 01-30-2006 , 04:39 PM






Hello tom.a.miller (AT) gmail (DOT) com,

Unfortunately then the IMP/EXP wizard no longer has this option in SQL Server
2005. I am afraid you will need to use BIDs to do this, if only to create
a package that will do the transfers. You can build the package so that
it drops the destination objects forst and then move the procs over.

Allan


Quote:
I was very fond of using the sql 2000 DTS wizard to move stored
procedures from one db to another. It was dirt easy usies the procs overng
the wizard.

I opened up sql 20005 management studio, right clicked on the db
Import Data> and there is no longer the option "move objects between
db" anymore!

Where did it go? I would like a wizard to do this because i do it
often. I do not want to use the sql developer studio DTS/coding thing.
I don't have time for that nonsense every time I want to move procs
over.

Please help.




Reply With Quote
  #3  
Old   
tom.a.miller@gmail.com
 
Posts: n/a

Default Re: move stored procs from one db to another in sql 2005 - 02-01-2006 , 07:15 PM



Does anyone have a tutorial how to do this? I cannot find a tutorial
that explains how to do this. Please help, I have been googling for
awhile.


Reply With Quote
  #4  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: move stored procs from one db to another in sql 2005 - 02-02-2006 , 03:11 AM



Hello tom.a.miller (AT) gmail (DOT) com,

You could use the transfer objects task to do this.

Allan

Quote:
Does anyone have a tutorial how to do this? I cannot find a tutorial
that explains how to do this. Please help, I have been googling for
awhile.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.