Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 dts

Author  Topic 

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2004-11-04 : 09:31:12
I have several DTS packages on server01.
Now we want to use a new server called server02. when I transfer the dts packages from 01 to 02 then they do not work becuase the source in dts packages are pointing to server01. How can I fix this issue please? thanks

nr
SQLTeam MVY

12543 Posts

Posted - 2004-11-04 : 09:47:29
Use a dynamic properties task to set them.
I usually hold connection info in global variables.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-11-04 : 21:33:10
if you open your dts package, you can reset the source

--------------------
keeping it simple...
Go to Top of Page

fmardani
Constraint Violating Yak Guru

433 Posts

Posted - 2004-11-05 : 02:40:49
Yes, but the problem is that there are many DTS packages and I do not want to go through each one.
Go to Top of Page
   

- Advertisement -