![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all I have a small app that does some file exporting from an SQL server. On this SQL server a DTS package is run to draw in data from a dBase datasource. In the application I have written a routine that will run the DTS package on the server and report success or failure, the application runs fine on the server or on a workstation where SQL 2000 client tools are installed. I would like to install this application on a workstation where SQL client tools are not installed. How do I go about packaging the mssqldts.dll i believe so that the references / components are available on the workstation? Does that make sense? |
#3
| |||
| |||
|
|
Hello all I have a small app that does some file exporting from an SQL server. On this SQL server a DTS package is run to draw in data from a dBase datasource. In the application I have written a routine that will run the DTS package on the server and report success or failure, the application runs fine on the server or on a workstation where SQL 2000 client tools are installed. I would like to install this application on a workstation where SQL client tools are not installed. How do I go about packaging the mssqldts.dll i believe so that the references / components are available on the workstation? Does that make sense? Please help john |
#4
| |||
| |||
|
|
Take a look at http://www.sqldev.net/download/dts/DotNETCookBook.pdf If you create the file Microsoft.sqlServer.DTSPkg80.dll based on that document, thats the only file you need to include in the .NET package. |
![]() |
| Thread Tools | |
| Display Modes | |
| |