dbTalk Databases Forums  

Import of DTS packages

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


Discuss Import of DTS packages in the microsoft.public.sqlserver.dts forum.



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

Default Import of DTS packages - 07-03-2006 , 04:53 AM






Hello NG,

importing a DTS package that has been saved as a structured storage file
is easy, if the SQL Enterprise Manager (Right click on 'Data Transformation
Services', 'Open Package') is used.
It does not seem to be so easy, if this activity needs to automated. I
currently use the tool 'DTSBackup2000Cmd.exe' for it, but this tool has the
major disadvantage to completely corrupt the graphical design of the package
(which is a serious maintenance problem, if the package contains more than
fifty objects with complex process flow arrows between them).
Does anyone happen to know if there is a better tool for this activity,
or, even better, if the SQL Server offers a functionality for (scriptable)
export/import of DTS packages as structured storage files?

Thank you in advance! Chris

Reply With Quote
  #2  
Old   
Davide Rossetti
 
Posts: n/a

Default Re: Import of DTS packages - 07-03-2006 , 07:40 AM






Hello Christian,

Quote:
Hello NG,

importing a DTS package that has been saved as a structured storage
file
is easy, if the SQL Enterprise Manager (Right click on 'Data
Transformation
Services', 'Open Package') is used.
It does not seem to be so easy, if this activity needs to
automated. I
currently use the tool 'DTSBackup2000Cmd.exe' for it, but this tool
has the
major disadvantage to completely corrupt the graphical design of the
package
(which is a serious maintenance problem, if the package contains more
than
fifty objects with complex process flow arrows between them).
Does anyone happen to know if there is a better tool for this
activity,
or, even better, if the SQL Server offers a functionality for
(scriptable)
export/import of DTS packages as structured storage files?

Thank you in advance! Chris



the util "DTSBackup2000Cmd.exe" probably (surely) uses the DTS objrce model
which implements the interface method _package2.SaveToStorgeFile(...). I
built some tools to automate some operations on packages on storage-file
and, once saved the package using the object model, i always had layout
information compromised, just like you and i've never been able to find a
workaround...




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.