dbTalk Databases Forums  

HowTo : Import DTS to an other Server

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


Discuss HowTo : Import DTS to an other Server in the microsoft.public.sqlserver.dts forum.



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

Default HowTo : Import DTS to an other Server - 09-19-2003 , 07:44 AM






Hi,

I have some pb to import DTS form .dts file when i save it from Serveur1 and
import to Serveur2.

My DTS are most use to import/export data from/to text file, and when i
develop DTS on Server1, the path of the text file is different of the path
od the text file on Serveur2. So, when i open .dts file, i have an error !

How can i develop DTS from Serveur 1, save it to .dts file, and restore it
to Serveur2

Thank's by advance !


Gislain ROCHE



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

Default Re: HowTo : Import DTS to an other Server - 09-19-2003 , 07:56 AM






The name of the text file is always going to be a problem and there is
no direct route to moving a package and changing connection info in
between.

You can however parameterise the Text file connection and populate at
runtime. You can do this a number of ways (Dynamic Properties Task,
DTSRUN /A and Active Script, Database table that stores parameter
values)

Have a look at

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

How can I change the filename for a text file connection?
(http://www.sqldts.com/default.aspx?200)


Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support 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.