dbTalk Databases Forums  

Copy DTS Pkg saved in SQL Server

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


Discuss Copy DTS Pkg saved in SQL Server in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Joseph
 
Posts: n/a

Default Copy DTS Pkg saved in SQL Server - 07-01-2003 , 02:06 PM






I need to copy a rather complex DTS package from a Dev
server to the production server. The package was saved in
SQL Server. Is there a way to do this?

-Joseph

Reply With Quote
  #2  
Old   
Nigel Rivett
 
Posts: n/a

Default Re: Copy DTS Pkg saved in SQL Server - 07-01-2003 , 04:06 PM






You can save the package as a file then load it onto the other server
and save it there.
If you are doing a lot of this you may find it easier to run all your
dts packages from files so that you just have to copy the file to a
directory to release it.

Nigel Rivett (SQL Server MVP)
www.nigelrivett.net

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Reply With Quote
  #3  
Old   
Darren Green
 
Posts: n/a

Default Re: Copy DTS Pkg saved in SQL Server - 07-01-2003 , 04:20 PM



In article <37c601c34003$e894eee0$a401280a (AT) phx (DOT) gbl>, Joseph
<jwmills (AT) reliant (DOT) com> writes
Quote:
I need to copy a rather complex DTS package from a Dev
server to the production server. The package was saved in
SQL Server. Is there a way to do this?

-Joseph
Transferring DTS Packages
http://www.sqldts.com/default.aspx?6,105,204,0,1

--
Darren Green (SQL Server MVP)
DTS - http://www.sqldts.com




Reply With Quote
  #4  
Old   
Edgardo Valdez
 
Posts: n/a

Default Copy DTS Pkg saved in SQL Server - 07-01-2003 , 04:51 PM



Given that both servers have the same configuration, same
tables on the same databases (which validate all the
connections on the package in question), you can open the
package on the Dev server and do a save as to the PROD
server by selecting the Production server as the
destination server.


Quote:
-----Original Message-----
I need to copy a rather complex DTS package from a Dev
server to the production server. The package was saved
in
SQL Server. Is there a way to do this?

-Joseph
.


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.