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 |
|
Scott
Posting Yak Master
145 Posts |
Posted - 2002-09-11 : 09:09:10
|
| I have created a couple of DTS packages which are all scheduled and working fine.I now want to upgrade my hardware and reinstall everything. How do I save my packages? |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-09-11 : 09:17:43
|
| Use the save as file option when you save the package.==========================================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. |
 |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-09-11 : 09:21:19
|
| nr, once you save the DTS package to a file, how do you 'reinstall' it on the upgraded box?I have always just backed up (or detached) MSDB and restored (or attached) it to the new server ...Jay White{0} |
 |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2002-09-11 : 09:23:39
|
| Use the Open package facility.I always keep dts packages in sourcesafe and release them from there so don't have this problem.==========================================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. |
 |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-09-11 : 09:40:41
|
| HOLY CRAP!!! Thanks, man.Jay White{0} |
 |
|
|
|
|
|