![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi, I'm fairly new to DTS programming and I am facing this: I have created a DTS package that uses an ODBC driver to import data into an SQL2K DB. I developed a VB6 app that runs the package and I installed on a client PC that does not have the ODBC driver installed. When I try to execute the VB6 app it fails when it is trying to execute the import steps; all other non-import steps are executing fine. My question is: How do I instruct the DTS package to execute localy on the server even if I give the command from the client (so the DTS package can find the ODBC driver which is installed on the server)? Thanks in advance |
#2
| |||
| |||
|
|
You can fire a job on the server You can use sp_OA* See here Execution (http://www.sqldts.com/default.aspx?104) -- ---------------------------- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "HawkPilot" <hawk_pilot (AT) hotmail (DOT) com> wrote in message news:eW0qGzrcDHA.616 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Hi, I'm fairly new to DTS programming and I am facing this: I have created a DTS package that uses an ODBC driver to import data into an SQL2K DB. I developed a VB6 app that runs the package and I installed on a client PC that does not have the ODBC driver installed. When I try to execute the VB6 app it fails when it is trying to execute the import steps; all other non-import steps are executing fine. My question is: How do I instruct the DTS package to execute localy on the server even if I give the command from the client (so the DTS package can find the ODBC driver which is installed on the server)? Thanks in advance |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |