dbTalk Databases Forums  

how to keep the DTS layout

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


Discuss how to keep the DTS layout in the microsoft.public.sqlserver.dts forum.



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

Default how to keep the DTS layout - 02-11-2005 , 05:31 PM






Hi gurus,
When I try to use ActiveX script to load a DTS package from one server
(package.LoadFromSQKServer) and then save to another server
(package.SaveToSQLServer), I can succeed in doing this but the layout of the
DTS package on the destination server is totally trashed.
Anyone with excellent idea to solve the problem?

TIA
jeff

PS: I know I can use "save as" to another server ....



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

Default Re: how to keep the DTS layout - 02-12-2005 , 03:41 AM






You can't do this

Moving in and out of ActiveX invalidates yor layout.


--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com


"jeff_y" <nobsyxh (AT) tom (DOT) com> wrote

Quote:
Hi gurus,
When I try to use ActiveX script to load a DTS package from one server
(package.LoadFromSQKServer) and then save to another server
(package.SaveToSQLServer), I can succeed in doing this but the layout of the
DTS package on the destination server is totally trashed.
Anyone with excellent idea to solve the problem?

TIA
jeff

PS: I know I can use "save as" to another server ....





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

Default Re: how to keep the DTS layout - 02-12-2005 , 07:32 AM



In message <Or8gJbOEFHA.3376 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, Allan Mitchell
<allan (AT) no-spam (DOT) sqldts.com> writes
Quote:
You can't do this

Moving in and out of ActiveX invalidates yor layout.


....but depending on what you required you may be able to use a direct
copy method to transfer the packages between the system tables, so
bypassing the object model and it's little problem-

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

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

PASS - the definitive, global community for SQL Server professionals
http://www.sqlpass.org



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.