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.
| 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. |
 |
|
|
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... |
 |
|
|
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. |
 |
|
|
|
|
|