Re: SSIS Deployment
- From: Darren Green <darren.green@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 14:41:42 +0000
Pravin wrote:
Just like DTS, SSIS packages are executed on the machine which calls them, the host process, so the package executes upon the machine which DTEXEC is running. If you can invoke a process on a remote machine, then this will work, rather than just load an exe over the network and run it locally.Ilya,
Wow that would be really useful. So my SQL Server will be loaded on a SERVER machine (remote machine)...and C# application will run on client machine...which will call DTEXEC.EXE residing on server machine. Cool!
How to do this? Is it just include the path of DTEXEC.EXE (residing on remote machine) in system variable "path" of client machine?
Do we need to do anything else? Thanks.
-- Darren http://www.sqldts.com http://www.sqlis.com .
- References:
- Re: SSIS Deployment
- From: Ilya Margolin
- Re: SSIS Deployment
- Prev by Date: Re: SSIS Deployment
- Next by Date: OLEDB Vs ODBC in SQL server dts/job
- Previous by thread: Re: SSIS Deployment
- Next by thread: Re: SSIS Deployment
- Index(es):
Relevant Pages
|