all groups > sql server dts > august 2003 >
You're in the

sql server dts

group:

Deploying DTS packages



Deploying DTS packages TOMASSONI
8/27/2003 10:13:41 AM
sql server dts: Hi,

I 've developed DTS packages on a SQL Server 2000
database. How to deply easely these package on other
server, without enter in each package to record the nex ID
on each sub package etc.

Re: Deploying DTS packages Darren Green
8/27/2003 9:24:13 PM
In article <0a3e01c36cbe$8feb89b0$a001280a@phx.gbl>, TOMASSONI
<tomassoni@sungard-finance.fr> writes
[quoted text, click to view]

You are having problems with the changing package GUID as referenced by
the Execute Package Task?

You can fix the task like this-

Make the Execute Package Task name dependent only
(http://www.sqldts.com/default.aspx?216)


Or

Do not use the Designer or DTS object model to do the load and Save As,
transfer packages directly between the servers, or rather sysdtspackages
tables, as this means the GUID and version ID stay the same.

Transferring DTS Packages
(http://www.sqldts.com/default.aspx?204)


DTS Backup has a direct transfer option for certain storage methods
(Under Options) which odes this, but also has it's own file format to
allow a file stage in between two servers

DTSBackup 2000
(http://www.sqldts.com/default.aspx?242)

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

Re: Deploying DTS packages tomassoni
8/28/2003 3:37:42 AM
Thank you.
I'm going to test your comments.
[quoted text, click to view]
AddThis Social Bookmark Button