![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What is the best way to deploy a DTS Package using an installation tool (WISE)? Our setup program installs MSDE, then uses a script to build the database, but we are not sure how to handle the installation of the DTS Package on a wide basis. We would like to fully automate the installation if possible. Thanks, Joel |
#3
| |||
| |||
|
|
In article <ukwThzbjDHA.2312 (AT) TK2MSFTNGP12 (DOT) phx.gbl>, news.microsoft.com jleachNO (AT) SPAMtroygroup (DOT) com> writes What is the best way to deploy a DTS Package using an installation tool (WISE)? Our setup program installs MSDE, then uses a script to build the database, but we are not sure how to handle the installation of the DTS Package on a wide basis. We would like to fully automate the installation if possible. Thanks, Joel If you are installing the package on the same machine as MSDE (and the MSDE redist you are using includes the DTS DLLs) then the simplest method would be to use file packages (Structured Storage File packages), and just copy them to a known folder on the file system. -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
#4
| |||
| |||
|
|
Hi Darren, Thanks for the reply. I forgot to include the detail the they need to be installed as a local package in MSDE. That is what the source code is expecting. I'm thinking about writing a little VB utility (or VBScript) that will take a Structured Storage File and install it as a local package, unless there is an easier way? Joel |
![]() |
| Thread Tools | |
| Display Modes | |
| |